live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/agent-openai


@orangecheck/agent-openai / InvokeWithStampAndPostInput

Interface: InvokeWithStampAndPostInput<T>

Defined in: index.ts:275

Extends

Type Parameters

Type Parameter
T

Properties

PropertyTypeDescriptionInherited fromDefined in
<a id="property-agent"></a> agentSignerRef-InvokeWithStampInput.agentindex.ts:145
<a id="property-call"></a> callunknownEither a normalized OpenAiFunctionCall or a raw OpenAI tool_call / function_call object.InvokeWithStampInput.callindex.ts:148
<a id="property-delegation"></a> delegationDelegationEnvelope-InvokeWithStampInput.delegationindex.ts:146
<a id="property-execute"></a> execute(call: OpenAiFunctionCall) => Promise&lt;T>Your handler. Receives the normalized OpenAiFunctionCall.InvokeWithStampInput.executeindex.ts:189
<a id="property-fleet"></a> fleet?FleetClientFleet credentials. If absent, behaves like invokeWithStamp.-index.ts:277
<a id="property-scopeexercised"></a> scopeExercised?stringDefaults to openai:function(name=<name>) — the tightest admissible sub-scope.InvokeWithStampInput.scopeExercisedindex.ts:150
<a id="property-signedat"></a> signedAt?Date-InvokeWithStampInput.signedAtindex.ts:151