Uses of Interface
com.vaadin.flow.component.ai.orchestrator.ResponseCompleteListener
Packages that use ResponseCompleteListener
-
Uses of ResponseCompleteListener in com.vaadin.flow.component.ai.orchestrator
Methods in com.vaadin.flow.component.ai.orchestrator with parameters of type ResponseCompleteListenerModifier and TypeMethodDescriptionAIOrchestrator.Builder.withResponseCompleteListener(ResponseCompleteListener listener) Sets a listener that is called after each successful exchange — when the assistant's response has been fully streamed and added to the conversation history.