Information about a prompt linked to a tool.

Example Usage

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

let value: ToolPromptInfo = {
  id: 1,
  name: "Test Prompt",
};

Fields

FieldTypeRequiredDescriptionExample
idnumberTRUEThe ID of the prompt1
namestringTRUEThe name of the promptTest Prompt