@orangecheck/agent-openai / OpenAiFunctionCall
Interface: OpenAiFunctionCall
Defined in: index.ts:32
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-arguments"></a> arguments | Record<string, unknown> | The (already-parsed) function arguments. | index.ts:38 |
<a id="property-id"></a> id | string | OpenAI's id for this call (Chat Completions: tool_call.id; Responses: call_id). | index.ts:34 |
<a id="property-name"></a> name | string | The function name. | index.ts:36 |