Skip to content
1 min read · 69 words

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

PropertyTypeDescriptionDefined in
toolNamesreadonly 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