Example Usage

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

let value: InsightToolDefinition = {
  id: 618826,
  name: "<value>",
  type: "<value>",
  description: "svelte ah hunt until",
  toolParameters: {},
  toolResultSet: {},
};

Fields

FieldTypeRequiredDescription
idnumberTRUEUnique ID for Insight Tool Definition
namestringTRUEHuman readable name of Insight Tool Definition
typestringTRUEType of Insight Tool Definition
descriptionstringTRUEText description of Insight Tool Definition
toolParameterscomponents.ToolParametersTRUEParameters for Insight Tool Definition
toolResultSetcomponents.ToolResultSetTRUEResult key/types for Insight Tool Definition