RagResponseFormatter

fun interface RagResponseFormatter

Implemented by classes that can format RagResponse objects into a string for inclusion in tool responses or prompts.

Inheritors

Functions

Link copied to clipboard
abstract fun format(ragResponse: RagResponse): String

Formats the given RagResponse into a string for inclusion in tool responses or prompts.