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

Actor

id object
anyOf
string
nameName (string)required
alias object
anyOf
string
categoryCategory (string)
Default value: agent.actor
type object
anyOf
string
collection_id object
anyOf
string
tags object
anyOf
  • Array [
  • string
  • ]
  • descriptionDescription (string)required
    created_at object
    anyOf
    integer
    updated_at object
    anyOf
    integer
    function objectrequired
    sourceSource (string)required
    inputs object
    property name*any
    Default value: {}
    outputs object
    property name*any
    Default value: {}
    dependenciesstring[]
    Default value: []
    confirmation_policyConfirmation Policy (string)

    Possible values: [auto, confirm, deny]

    Default value: confirm
    builtinBuiltin (boolean)
    Default value: false
    options object
    anyOf
    object
    Actor
    {
    "id": "string",
    "name": "string",
    "alias": "string",
    "category": "agent.actor",
    "type": "string",
    "collection_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "created_at": 0,
    "updated_at": 0,
    "function": {
    "source": "string",
    "inputs": {},
    "outputs": {},
    "dependencies": [
    "string"
    ]
    },
    "confirmation_policy": "confirm",
    "builtin": false,
    "options": {}
    }