Kind: Function
Source: atloria-monorepo/libs/parser-core/src/techdocs/grounded-ask.ts
Build the grounded prompt: each source leads with its citable [path] id.
Signature
tsfunction buildGroundedPrompt(question: string, context: DocSearchHit[]): string
Parameters
| Name | Type |
|---|---|
question | string |
context | DocSearchHit[] |
Returns: string
Was this page helpful?