Skip to main content
Version: Next

Type Alias: LLMTool

LLMTool = Object

Defined in: 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.