Interface FactSource

All Known Implementing Classes:
GoogleDriveFactSource, GoogleSearchFactSource, InlinePassages, LuceneFactSource, PreparedInlinePassages, SemanticRetrieval, TavilyFactSource

public interface FactSource
Author:
lendle
  • Method Details

    • toJsonPayload

      Map toJsonPayload(List<Conversation> messages)
      Parameters:
      messages - the current conversation, some FactSource may not need it
      Returns:
    • getSummary

      String getSummary() throws Exception
      Throws:
      Exception