Variable: parseToolCall()
constparseToolCall: (message) =>ToolCall[]
Defined in: packages/react-native-executorch/src/utils/llm.ts:16
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.