@orangecheck/agent-openai / InvokeWithStampAndPostInput
Interface: InvokeWithStampAndPostInput<T>
Defined in: index.ts:275
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:145 |
<a id="property-call"></a> call | unknown | Either a normalized OpenAiFunctionCall or a raw OpenAI tool_call / function_call object. | InvokeWithStampInput.call | index.ts:148 |
<a id="property-delegation"></a> delegation | DelegationEnvelope | - | InvokeWithStampInput.delegation | index.ts:146 |
<a id="property-execute"></a> execute | (call: OpenAiFunctionCall) => Promise<T> | Your handler. Receives the normalized OpenAiFunctionCall. | InvokeWithStampInput.execute | index.ts:189 |
<a id="property-fleet"></a> fleet? | FleetClient | Fleet credentials. If absent, behaves like invokeWithStamp. | - | index.ts:277 |
<a id="property-scopeexercised"></a> scopeExercised? | string | Defaults to openai:function(name=<name>) — the tightest admissible sub-scope. | InvokeWithStampInput.scopeExercised | index.ts:150 |
<a id="property-signedat"></a> signedAt? | Date | - | InvokeWithStampInput.signedAt | index.ts:151 |