Kind: Function
Source: atloria-monorepo/apps/api/src/support-agent/prompts/rag-context-formatter.ts
Builds the complete prompt for the AI
Signature
tsfunction buildCompletePrompt(systemPrompt: string, ragContext: FormattedRagContext, conversationHistory: Array<{ role: string; content: string }>, userMessage: string, projectName: string): string
Parameters
| Name | Type |
|---|---|
systemPrompt | string |
ragContext | FormattedRagContext |
conversationHistory | Array<{ role: string; content: string }> |
userMessage | string |
projectName | string |
Returns: string
Was this page helpful?