@orangecheck/agent-anthropic / AnthropicToolUse
Interface: AnthropicToolUse
Defined in: index.ts:29
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-id"></a> id | string | The id Anthropic assigns to this tool_use block (passed back as tool_use_id on result). | index.ts:31 |
<a id="property-input"></a> input | Record<string, unknown> | The model's structured input for this tool — JSON-serializable. | index.ts:35 |
<a id="property-name"></a> name | string | The tool name registered in your tools array on messages.create. | index.ts:33 |