AnthropicMessageRequest
constructor(model: String, messages: List<AnthropicMessage>, maxTokens: Int = 2048, temperature: Double? = null, system: List<SystemAnthropicMessage>? = null, tools: List<AnthropicTool>? = null, stream: Boolean = false, toolChoice: AnthropicToolChoice? = null)(source)