formatPrompt method

String formatPrompt(
  1. String query,
  2. RagSearchResult result
)

Format search results as an LLM prompt.

Implementation

String formatPrompt(String query, RagSearchResult result) =>
    _ragService.formatPrompt(query, result);