Skip to main content

Creates a new tool

Creates a new tool in the specified workflow

Path Parameters
    projectId string required

    Project ID

    workflowId string required

    Workflow ID

Request Body required

Tool initialization model

    description string nullable
    name string nullable
    tags object[] nullable
  • Array [
  • id string nullable
    name string nullable
  • ]
  • toolType int32

    Possible values: [0, 1, 2, 3, 4]

    Default value: 0

Responses

Created tool and updated workflow


Schema

    object

Loading...