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