본문으로 건너뛰기
버전: v0.2.0

Tool

id object
anyOf
string
nameName (string)required
alias object
anyOf
string
categoryCategory (string)
Default value: agent.tool
typeType (string)required

Possible values: [python, agent, workflow]

collection_id object
anyOf
string
tags object
anyOf
  • Array [
  • string
  • ]
  • descriptionDescription (string)required
    created_at object
    anyOf
    integer
    updated_at object
    anyOf
    integer
    function object
    anyOf
    sourceSource (string)required
    inputs object
    property name*any
    Default value: {}
    outputs object
    property name*any
    Default value: {}
    dependenciesstring[]
    Default value: []
    builtinBuiltin (boolean)
    Default value: false
    options object
    anyOf
    object
    Tool
    {
    "id": "string",
    "name": "string",
    "alias": "string",
    "category": "agent.tool",
    "type": "python",
    "collection_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "created_at": 0,
    "updated_at": 0,
    "function": {
    "source": "string",
    "inputs": {},
    "outputs": {},
    "dependencies": [
    "string"
    ]
    },
    "builtin": false,
    "options": {}
    }