Class ResponseCompleteListener.ResponseCompleteEvent
java.lang.Object
com.vaadin.flow.component.ai.orchestrator.ResponseCompleteListener.ResponseCompleteEvent
- All Implemented Interfaces:
Serializable
- Enclosing interface:
ResponseCompleteListener
public static class ResponseCompleteListener.ResponseCompleteEvent
extends Object
implements Serializable
Event fired after the assistant's response has been fully streamed and
added to the conversation history.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the full text of the assistant's response.
-
Method Details
-
getResponse
Gets the full text of the assistant's response.- Returns:
- the response text, never
nullor empty
-