@orangecheck/agent-openai / InvokeWithStampInput
Interface: InvokeWithStampInput<T>
Defined in: index.ts:180
Extends
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
<a id="property-agent"></a> agent | SignerRef | - | StampFunctionCallInput.agent | index.ts:144 |
<a id="property-call"></a> call | unknown | Either a normalized OpenAiFunctionCall or a raw OpenAI tool_call / function_call object. | StampFunctionCallInput.call | index.ts:147 |
<a id="property-delegation"></a> delegation | DelegationEnvelope | - | StampFunctionCallInput.delegation | index.ts:145 |
<a id="property-execute"></a> execute | (call: OpenAiFunctionCall) => Promise<T> | Your handler. Receives the normalized OpenAiFunctionCall. | - | index.ts:182 |
<a id="property-scopeexercised"></a> scopeExercised? | string | Defaults to openai:function(name=<name>) — the tightest admissible sub-scope. | StampFunctionCallInput.scopeExercised | index.ts:149 |
<a id="property-signedat"></a> signedAt? | Date | - | StampFunctionCallInput.signedAt | index.ts:150 |