Uses of Class
rocks.imsofa.ai.puppychatter.BarkException
Packages that use BarkException
-
Uses of BarkException in rocks.imsofa.ai.puppychatter
Methods in rocks.imsofa.ai.puppychatter that throw BarkExceptionModifier and TypeMethodDescriptionvoidAbstractPuppyChatter.bark(String sessionId, String prompt, BarkCallback<S> barkCallback) voidAbstractPuppyChatter.bark(String sessionId, String prompt, T parameters, BarkCallback<S> barkCallback) Generates a response by invoking thebarkmethod with a default verification function.bark with default PromptParameters using a block wayvoidPuppyChatter.bark(String sessionId, String prompt, BarkCallback<S> barkCallback) bark with default PromptParameters and use a streaming-if-possible waybark with the given PromptParametersvoidbark with the given PromptParameters and use a streaming-if-possible way -
Uses of BarkException in rocks.imsofa.ai.puppychatter.gemini
Methods in rocks.imsofa.ai.puppychatter.gemini that throw BarkExceptionModifier and TypeMethodDescriptionKeywordExtractor.getKeywords(String str, int size) static StringSummarizer.getSummary(String original, int words) protected voidGoogleDriveFactSource.preparePassages(List<Conversation> messages) protected voidGoogleSearchFactSource.preparePassages(List<Conversation> messages) protected abstract voidPreparedInlinePassages.preparePassages(List<Conversation> messages) protected voidTravilyFactSource.preparePassages(List<Conversation> messages)