Information about an agent linked to a tool via a prompt.

Example Usage

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

let value: ToolAgentInfo = {
  id: 1,
  name: "Test Agent",
};

Fields

FieldTypeRequiredDescriptionExample
idnumberTRUEThe ID of the agent1
namestringTRUEThe name of the agentTest Agent