Package ai.vectros.types
Class RagStreamEvent
java.lang.Object
ai.vectros.types.RagStreamEvent
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic RagStreamEventcontentDelta(ContentDeltaEvent value) static RagStreamEventbooleanstatic RagStreamEventerror(ErrorEvent value) getDone()getError()inthashCode()booleanbooleanisDone()booleanisError()booleanbooleanstatic RagStreamEventsearchResults(SearchResultsEvent value) toString()static RagStreamEvent<T> Tvisit(RagStreamEvent.Visitor<T> visitor)
-
Method Details
-
visit
-
searchResults
-
truncationWarning
-
contentDelta
-
done
-
error
-
isSearchResults
public boolean isSearchResults() -
isTruncationWarning
public boolean isTruncationWarning() -
isContentDelta
public boolean isContentDelta() -
isDone
public boolean isDone() -
isError
public boolean isError() -
_isUnknown
public boolean _isUnknown() -
getSearchResults
-
getTruncationWarning
-
getContentDelta
-
getDone
-
getError
-
_getUnknown
-
equals
-
hashCode
public int hashCode() -
toString
-