remove todo

This commit is contained in:
Partouf
2024-11-11 16:55:46 +01:00
parent ea382a8aed
commit 0d868cb025

View File

@@ -50,7 +50,6 @@ export type ActiveTool = {
};
export type UnparsedExecutionParams = {
// TODO: narrow to string[]
args?: string | string[];
stdin?: string;
runtimeTools?: ConfiguredRuntimeTools;