Example Usage

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

let value: ToolUpdateRequest = {
  name: "<value>",
  definition: {
    tool: {
      function: {
        name: "<value>",
        description: "furthermore lest paintwork",
        parameters: {},
      },
    },
  },
  serviceId: 948541,
  id: 778276,
};

Fields

FieldTypeRequiredDescription
namestringTRUEThe name of the tool
definitioncomponents.ToolDefinitionTRUEA tool that can be called from an LLM during the conversation.
serviceIdnumberTRUEThe service this tool belongs to
idnumberTRUEThe ID of the tool