@orangecheck/agent-openai / StampFunctionCallInput
Interface: StampFunctionCallInput
Defined in: index.ts:143
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-agent"></a> agent | SignerRef | - | index.ts:144 |
<a id="property-call"></a> call | unknown | Either a normalized OpenAiFunctionCall or a raw OpenAI tool_call / function_call object. | index.ts:147 |
<a id="property-delegation"></a> delegation | DelegationEnvelope | - | index.ts:145 |
<a id="property-scopeexercised"></a> scopeExercised? | string | Defaults to openai:function(name=<name>) — the tightest admissible sub-scope. | index.ts:149 |
<a id="property-signedat"></a> signedAt? | Date | - | index.ts:150 |