Example Usage

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

let value: Tool = {
  name: "<value>",
  serviceId: 456911,
  id: 882042,
};

Fields

FieldTypeRequiredDescription
namestringTRUEThe name of the tool
definitioncomponents.DefinitionFALSEThe definition of the tool
serviceIdnumberTRUEThe service this tool belongs to
idnumberTRUEThe ID of the tool
serviceNamestringFALSEThe name of the service this tool belongs to