Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 820 Bytes

File metadata and controls

25 lines (13 loc) · 820 Bytes

Interface: ToolCall

Defined in: types/llm.ts:280

Represents a tool call made by the model.

Properties

arguments

arguments: Object

Defined in: types/llm.ts:282

The arguments passed to the tool.


toolName

toolName: string

Defined in: types/llm.ts:281

The name of the tool being called.