Skip to content

agents / Exports / IToolCall

Interface: IToolCall

Tool call (OpenAI tool calling format).

Table of contents

Properties

Properties

id

id: string

Defined in

packages/agents/src/interfaces/messages.ts:25


type

type: "function"

Defined in

packages/agents/src/interfaces/messages.ts:26


function

function: Object

Type declaration

NameType
namestring
argumentsstring

Defined in

packages/agents/src/interfaces/messages.ts:27

Released under the MIT License.