SyncAgentToolsBody
Request body for an Agent operation.
Definition
TypeScript
interface SyncAgentToolsBody {
toolIds: Array<string>;
}Fields
| Field | Type | Notes |
|---|---|---|
toolIds | Array<string> | required — Full set of tool IDs to expose to this agent as LLM tool calls. |