Example Usage

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

let value: ToolCreate = {
  name: "<value>",
  serviceId: 724168,
};

Fields

FieldTypeRequiredDescription
namestringTRUEThe name of the tool
definitioncomponents.ToolCreateDefinitionFALSEThe definition of the tool
serviceIdnumberTRUEThe service this tool belongs to