agent-core / Exports / IToolCall
Interface: IToolCall
Tool call (OpenAI tool calling format).
Table of contents
Properties
Properties
id
• id: string
Defined in
packages/agent-core/src/interfaces/messages.ts:53
type
• type: "function"
Defined in
packages/agent-core/src/interfaces/messages.ts:54
function
• function: Object
Type declaration
| Name | Type |
|---|---|
name | string |
arguments | string |