@orangecheck/agent-anthropic / InvokeWithStampAndPostInput
Interface: InvokeWithStampAndPostInput<T>
Defined in: index.ts:223
Extends
InvokeWithStampInput<T>
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
<a id="property-agent"></a> agent | SignerRef | - | InvokeWithStampInput.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. | InvokeWithStampInput.call | index.ts:127 |
<a id="property-delegation"></a> delegation | DelegationEnvelope | - | InvokeWithStampInput.delegation | index.ts:87 |
<a id="property-fleet"></a> fleet? | FleetClient | Fleet credentials. If absent, behaves like invokeWithStamp (no posting). | - | index.ts:225 |
<a id="property-scopeexercised"></a> scopeExercised? | string | Defaults to anthropic:tool(name=<tool>) — the tightest admissible sub-scope. | InvokeWithStampInput.scopeExercised | index.ts:90 |
<a id="property-signedat"></a> signedAt? | Date | - | InvokeWithStampInput.signedAt | index.ts:91 |
<a id="property-tooluse"></a> toolUse | AnthropicToolUse | - | InvokeWithStampInput.toolUse | index.ts:88 |