Kind: Type
Source: atloria-monorepo/libs/parser-core/src/techdocs/mcp-toolset.ts
Optional grounded-QA backend (LLM). Injected so the toolset stays pure/testable.
Definition
ts(question: string, context: DocSearchHit[]) => Promise<{ answer: string; citations: string[] }>
Was this page helpful?