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

@orangecheck/agent-anthropic


@orangecheck/agent-anthropic / InvokeWithStampInput

Interface: InvokeWithStampInput<T>

Defined in: index.ts:125

Extends

Extended by

Type Parameters

Type Parameter
T

Properties

PropertyTypeDescriptionInherited fromDefined in
<a id="property-agent"></a> agentSignerRef-StampToolUseInput.agentindex.ts:86
<a id="property-call"></a> call(toolUse: AnthropicToolUse) => Promise&lt;T>Your handler that actually runs the tool. Returns whatever the tool returns.-index.ts:127
<a id="property-delegation"></a> delegationDelegationEnvelope-StampToolUseInput.delegationindex.ts:87
<a id="property-scopeexercised"></a> scopeExercised?stringDefaults to anthropic:tool(name=<tool>) — the tightest admissible sub-scope.StampToolUseInput.scopeExercisedindex.ts:90
<a id="property-signedat"></a> signedAt?Date-StampToolUseInput.signedAtindex.ts:91
<a id="property-tooluse"></a> toolUseAnthropicToolUse-StampToolUseInput.toolUseindex.ts:88