ToolUpdate
name object
anyOf
- string
- null
string
alias object
anyOf
- string
- null
string
description object
anyOf
- string
- null
string
type object
anyOf
- string
- null
string
Possible values: [python, agent, workflow]
function object
anyOf
- PythonFunctionSchema
- null
sourceSource (string)required
inputs object
property name*any
Default value:
{}outputs object
property name*any
Default value:
{}dependenciesstring[]
Default value:
[]collection_id object
anyOf
- string
- null
string
tags object
anyOf
- string[]
- null
Array [
string
]
options object
anyOf
- object
- null
object
ToolUpdate
{
"name": "string",
"alias": "string",
"description": "string",
"type": "python",
"function": {
"source": "string",
"inputs": {},
"outputs": {},
"dependencies": [
"string"
]
},
"collection_id": "string",
"tags": [
"string"
],
"options": {}
}