mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
feat(core): Implement partial execution for all tool nodes (#15168)
This commit is contained in:
@@ -217,6 +217,12 @@ export interface IStartRunData {
|
||||
name: string;
|
||||
data?: ITaskData;
|
||||
};
|
||||
agentRequest?: {
|
||||
query: NodeParameterValueType;
|
||||
tool: {
|
||||
name: NodeParameterValueType;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
export interface ITableData {
|
||||
|
||||
Reference in New Issue
Block a user