StreamingTokenPayload
@JsonClass(generateAdapter = true)
A token representing an incremental chunk of a streamed message being composed in real time.
Constructors
Link copied to clipboard
constructor(id: String, streamingToken: StreamingToken, relatedStreamingTokens: List<StreamingToken>? = null)