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