formatPrompt method
Format search results as an LLM prompt.
Implementation
String formatPrompt(String query, RagSearchResult result) =>
_ragService.formatPrompt(query, result);
Format search results as an LLM prompt.
String formatPrompt(String query, RagSearchResult result) =>
_ragService.formatPrompt(query, result);