Interface: ToolCallParserContext
Defined in: src/batteries/llm/chat_common/tool_parsers.ts:63
Context passed to a parser: the names of the tools actually offered this turn.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
toolNames | readonly string[] | The visible tool names this turn — lets a parser reject calls to tools that don't exist. | src/batteries/llm/chat_common/tool_parsers.ts:65 |