Interface RagPuppyChatter<T extends PromptParameters,S extends Response>

All Superinterfaces:
PuppyChatter<T,S>
All Known Implementing Classes:
OllamaRagPuppyChatter, OpenrouterRagPuppyChatter

public interface RagPuppyChatter<T extends PromptParameters,S extends Response> extends PuppyChatter<T,S>
  • Method Details

    • setRagHandler

      void setRagHandler(RagHandler ragHandler)
    • getRagHandler

      RagHandler getRagHandler()