Skip to content

agents / Exports / ToolCall

Interface: ToolCall

Tool call interface

Table of contents

Properties

Properties

id

id: string

Defined in

packages/agents/src/interfaces/agent.ts:64


type

type: "function"

Defined in

packages/agents/src/interfaces/agent.ts:65


function

function: Object

Type declaration

NameType
namestring
argumentsstring

Defined in

packages/agents/src/interfaces/agent.ts:66

Released under the MIT License.