Class AbstractGoogleSearchHandler
java.lang.Object
rocks.imsofa.ai.puppychatter.gemini.AbstractGoogleSearchHandler
- All Implemented Interfaces:
GoogleSearchHandler
- Author:
- lendle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconstructQueryForConversation(String conversationBaseQuery, List<Conversation> messages) constructQueryForSummary(String summaryBaseQuery) abstract booleanshouldGoNextLink(List<String> processedLinks) abstract booleanshouldIncludeLink(String link) abstract StringsummarizePageContent(String html)
-
Constructor Details
-
AbstractGoogleSearchHandler
public AbstractGoogleSearchHandler()
-
-
Method Details
-
search
- Specified by:
searchin interfaceGoogleSearchHandler- Throws:
Exception
-
constructQueryForConversation
public String constructQueryForConversation(String conversationBaseQuery, List<Conversation> messages) throws Exception - Specified by:
constructQueryForConversationin interfaceGoogleSearchHandler- Throws:
Exception
-
shouldIncludeLink
-
shouldGoNextLink
-
summarizePageContent
- Throws:
Exception
-
constructQueryForSummary
- Specified by:
constructQueryForSummaryin interfaceGoogleSearchHandler- Throws:
Exception
-