Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 566 Bytes

File metadata and controls

21 lines (11 loc) · 566 Bytes

Variable: parseToolCall()

const parseToolCall: (message) => ToolCall[]

Defined in: utils/llm.ts:15

Parses tool calls from a given message string.

Parameters

message

string

The message string containing tool calls in JSON format.

Returns

ToolCall[]

An array of ToolCall objects extracted from the message.