Package rocks.imsofa.ai.puppychatter
Interface BarkCallback<T extends Response>
- All Known Implementing Classes:
AbstractBarkCallback
public interface BarkCallback<T extends Response>
Used in async mode
- Author:
- lendle
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidresponseChunkReceived(T chunk, boolean isLastChunk) callback when a response chunk was received
-
Method Details
-
responseChunkReceived
callback when a response chunk was received- Parameters:
chunk-
-
finalVerificationResult
-