Example Usage

import { ToolUpdate } from "syllable-sdk/models/components";

let value: ToolUpdate = {
  name: "<value>",
  definition: {
    tool: {
      function: {
        name: "<value>",
        description:
          "however ultimately boo ham gift harmful down cross-contamination before enrage",
        parameters: {},
      },
    },
  },
  serviceId: 715053,
  id: 418109,
};

Fields

FieldTypeRequiredDescription
namestringTRUEThe name of the tool
definitioncomponents.SDKToolDefinitionTRUEN/A
serviceIdnumberTRUEThe service this tool belongs to
idnumberTRUEThe ID of the tool