live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/agent-anthropic


@orangecheck/agent-anthropic / AnthropicToolUse

Interface: AnthropicToolUse

Defined in: index.ts:29

Properties

PropertyTypeDescriptionDefined in
<a id="property-id"></a> idstringThe id Anthropic assigns to this tool_use block (passed back as tool_use_id on result).index.ts:31
<a id="property-input"></a> inputRecord&lt;string, unknown>The model's structured input for this tool — JSON-serializable.index.ts:35
<a id="property-name"></a> namestringThe tool name registered in your tools array on messages.create.index.ts:33