AnthropicMessagesResponseSpecification
class AnthropicMessagesResponseSpecification(var messageId: String = randomIdString("msg_"), var assistantContent: String = "", var responseFlow: Flow<String>? = null, var responseChunks: List<String>? = null, var delayBetweenChunks: Duration = Duration.ZERO, delay: Duration = Duration.ZERO, var stopReason: String = "end_turn") : AbstractResponseSpecification<MessageCreateParams, Message> (source)