@orangecheck/agent-openai / InvokeWithStampAndPostResult
Interface: InvokeWithStampAndPostResult<T>
Defined in: index.ts:280
Extends
InvokeWithStampResult<T>
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
<a id="property-action"></a> action | ActionEnvelope | - | InvokeWithStampResult.action | index.ts:194 |
<a id="property-call"></a> call | OpenAiFunctionCall | - | InvokeWithStampResult.call | index.ts:195 |
<a id="property-posted"></a> posted | PostActionResult | null | Set when fleet is configured AND the POST succeeded. | - | index.ts:282 |
<a id="property-result"></a> result | T | - | InvokeWithStampResult.result | index.ts:193 |