Kind: Function
Source: atloria-monorepo/apps/api/src/support-agent/prompts/rag-context-formatter.ts
Formats RAG search results into a structured context for the AI
Signature
tsfunction formatRagContext(searchResults: RagSearchResult[], projectName: string): FormattedRagContext
Parameters
| Name | Type |
|---|---|
searchResults | RagSearchResult[] |
projectName | string |
Returns: FormattedRagContext
Was this page helpful?