Stream Builder
class StreamBuilder
Builder for streaming chat completion requests.
Used by DeepSeekClientStream.chatCompletion { ... }; compose messages and params inside the block. The resulting request has stream = true.
Functions
Link copied to clipboard
Builds the conversation history via a MessageBuilder DSL.
Link copied to clipboard
Configures streaming request parameters.