Package ai.vectros.types
Class ChatStreamEvent
java.lang.Object
ai.vectros.types.ChatStreamEvent
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ChatStreamEventcontentDelta(ContentDeltaEvent value) static ChatStreamEventbooleanstatic ChatStreamEventerror(ErrorEvent value) getDone()getError()inthashCode()booleanbooleanisDone()booleanisError()toString()<T> Tvisit(ChatStreamEvent.Visitor<T> visitor)
-
Method Details
-
visit
-
contentDelta
-
done
-
error
-
isContentDelta
public boolean isContentDelta() -
isDone
public boolean isDone() -
isError
public boolean isError() -
_isUnknown
public boolean _isUnknown() -
getContentDelta
-
getDone
-
getError
-
_getUnknown
-
equals
-
hashCode
public int hashCode() -
toString
-