Interface: ToolCall
Defined in: packages/react-native-executorch/src/types/llm.ts:196
Represents a tool call made by the model.
Properties
arguments
arguments:
Object
Defined in: packages/react-native-executorch/src/types/llm.ts:198
The arguments passed to the tool.
toolName
toolName:
string
Defined in: packages/react-native-executorch/src/types/llm.ts:197
The name of the tool being called.