feat(core): Implement partial execution for all tool nodes (#15168)

This commit is contained in:
Benjamin Schroth
2025-05-12 12:31:17 +02:00
committed by GitHub
parent d12c7ee87f
commit 8b467e3f56
39 changed files with 1129 additions and 279 deletions

View File

@@ -217,6 +217,12 @@ export interface IStartRunData {
name: string;
data?: ITaskData;
};
agentRequest?: {
query: NodeParameterValueType;
tool: {
name: NodeParameterValueType;
};
};
}
export interface ITableData {