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