Skip to content

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

NameType
namestring
argumentsstring

Defined in

packages/agent-core/src/interfaces/messages.ts:55

Released under the MIT License.