Type Alias: LLMTool
LLMTool =
Object
Defined in: packages/react-native-executorch/src/types/llm.ts:208
Represents a tool that can be used by the model. Usually tool is represented with dictionary (Object), but fields depend on the model. Unfortunately there's no one standard so it's hard to type it better.