Skip to main content
Version: v0.1.0

ToolCallNodeConfig

tool objectrequired
nameName (string)required
descriptionDescription (string)
Default value:
typeType (string)

Possible values: [python, agent, workflow]

Default value: python
function object
anyOf
sourceSource (string)required
inputs object
property name*any
Default value: {}
outputs object
property name*any
Default value: {}
dependenciesstring[]
Default value: []
options object
anyOf
object
input_mappings object
property name*string
outputs object
property name*any
Default value: {}
timeoutTimeout (integer)
Default value: 30
ToolCallNodeConfig
{
"tool": {
"name": "string",
"description": "",
"type": "python",
"function": {
"source": "string",
"inputs": {},
"outputs": {},
"dependencies": [
"string"
]
},
"options": {}
},
"input_mappings": {},
"outputs": {},
"timeout": 30
}