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

@orangecheck/agent-anthropic


@orangecheck/agent-anthropic / InvokeWithStampAndPostInput

Interface: InvokeWithStampAndPostInput<T>

Defined in: index.ts:223

Extends

Type Parameters

Type Parameter
T

Properties

PropertyTypeDescriptionInherited fromDefined in
<a id="property-agent"></a> agentSignerRef-InvokeWithStampInput.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.InvokeWithStampInput.callindex.ts:127
<a id="property-delegation"></a> delegationDelegationEnvelope-InvokeWithStampInput.delegationindex.ts:87
<a id="property-fleet"></a> fleet?FleetClientFleet credentials. If absent, behaves like invokeWithStamp (no posting).-index.ts:225
<a id="property-scopeexercised"></a> scopeExercised?stringDefaults to anthropic:tool(name=<tool>) — the tightest admissible sub-scope.InvokeWithStampInput.scopeExercisedindex.ts:90
<a id="property-signedat"></a> signedAt?Date-InvokeWithStampInput.signedAtindex.ts:91
<a id="property-tooluse"></a> toolUseAnthropicToolUse-InvokeWithStampInput.toolUseindex.ts:88