Example Usage

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

let value: Tool = {
  name: "<value>",
  definition: {
    tool: {
      function: {
        name: "<value>",
        description:
          "knavishly egg keenly grave incidentally righteously gastropod ponder",
        parameters: {},
      },
    },
  },
  serviceId: 279068,
  id: 209750,
};

Fields

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