AnthropicStreamingChatResponseSpecification
class AnthropicStreamingChatResponseSpecification(responseFlow: Flow<String>? = null, responseChunks: List<String>? = null, delayBetweenChunks: Duration = Duration.ZERO, delay: Duration = Duration.ZERO, var stopReason: String = "end_turn", var sendDone: Boolean = false) : AbstractStreamingResponseSpecification<MessageCreateParams, String, String> (source)