feat: HTTP request tool (#9228)

This commit is contained in:
Michael Kret
2024-06-19 10:54:13 +03:00
committed by GitHub
parent 4131408e5e
commit be2635e50e
14 changed files with 2423 additions and 144 deletions

View File

@@ -2314,6 +2314,7 @@ export interface INodeGraphItem {
src_instance_id?: string;
agent?: string; //@n8n/n8n-nodes-langchain.agent
prompts?: IDataObject[] | IDataObject; //ai node's prompts, cloud only
toolSettings?: IDataObject; //various langchain tool's settings
}
export interface INodeNameIndex {