# RagSearchResult

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/support-agent/prompts/rag-context-formatter.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/support-agent/prompts/rag-context-formatter.ts#L8)

RAG Context Formatter

Formats search results into a structured context that the AI can understand
and reference in its responses.

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `content` | `string` |
| `description` | `string` |
| `score` | `number` |
| `documentType` | `string` |
