Class TimelineItemStatus
java.lang.Object
io.jmix.aitoolsflowui.view.chat.timeline.TimelineItemStatus
A single status line shown under an assistant "thinking" timeline item: a message describing a
step and an optional short result snippet once the step has finished.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanReturns whether this status represents a finished step, i.e.voidvoidsetMessage(String message) voidsetResultSnippet(String resultSnippet)
-
Constructor Details
-
TimelineItemStatus
public TimelineItemStatus()
-
-
Method Details
-
getId
-
setId
-
getMessage
-
setMessage
-
getResultSnippet
-
setResultSnippet
-
isCompleted
public boolean isCompleted()Returns whether this status represents a finished step, i.e. carries a non-empty result snippet.- Returns:
trueif the step is completed
-