AnthropicMessagesResponseSpecification

constructor(messageId: String = randomIdString("msg_"), assistantContent: String = "", responseFlow: Flow<String>? = null, responseChunks: List<String>? = null, delayBetweenChunks: Duration = Duration.ZERO, delay: Duration = Duration.ZERO, stopReason: String = "end_turn")(source)