본문으로 건너뛰기

HumanInputNodeConfig

Settings that control Human Input Node. The required field is prompt.

promptPrompt (string)필수
input_fields object[]
  • Array [
  • nameName (string)필수
    typeType (string)필수

    Possible values: [string, number, boolean, text, select]

    descriptionDescription (string)
    기본값:
    requiredRequired (boolean)
    기본값: true
    optionsstring[]
    기본값: []
  • ]
  • timeoutTimeout (integer)
    기본값: 86400
    assigneesstring[]
    기본값: []
    on_timeoutOn Timeout (string)

    Possible values: [approve, reject, error]

    기본값: error
    HumanInputNodeConfig
    {
    "prompt": "string",
    "input_fields": [
    {
    "name": "string",
    "type": "string",
    "description": "",
    "required": true,
    "options": [
    "string"
    ]
    }
    ],
    "timeout": 86400,
    "assignees": [
    "string"
    ],
    "on_timeout": "error"
    }