@orangecheck/agent-anthropic / InvokeWithStampInput
Interface: InvokeWithStampInput<T>
Defined in: index.ts:125
Extends
Extended by
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
<a id="property-agent"></a> agent | SignerRef | - | StampToolUseInput.agent | index.ts:86 |
<a id="property-call"></a> call | (toolUse: AnthropicToolUse) => Promise<T> | Your handler that actually runs the tool. Returns whatever the tool returns. | - | index.ts:127 |
<a id="property-delegation"></a> delegation | DelegationEnvelope | - | StampToolUseInput.delegation | index.ts:87 |
<a id="property-scopeexercised"></a> scopeExercised? | string | Defaults to anthropic:tool(name=<tool>) — the tightest admissible sub-scope. | StampToolUseInput.scopeExercised | index.ts:90 |
<a id="property-signedat"></a> signedAt? | Date | - | StampToolUseInput.signedAt | index.ts:91 |
<a id="property-tooluse"></a> toolUse | AnthropicToolUse | - | StampToolUseInput.toolUse | index.ts:88 |