SyncAgentToolsBody

Request body for an Agent operation.

Definition

TypeScript
interface SyncAgentToolsBody {
  toolIds: Array<string>;
}

Fields

FieldTypeNotes
toolIdsArray<string>required — Full set of tool IDs to expose to this agent as LLM tool calls.