Kind: Function
Source: atloria-monorepo/libs/parser-core/src/techdocs/grounded-ask.ts
Make an AskFn from an LLM completion function. Retrieval is done upstream (the toolset passes
the retrieved context); this grounds the prompt, calls the LLM, and returns only validated
citations. Refuses (no LLM call) when context is empty.
Signature
tsfunction makeGroundedAsk(complete: LlmComplete): AskFn
Parameters
| Name | Type |
|---|---|
complete | LlmComplete |
Returns: AskFn
Was this page helpful?