AnthropicMessageRequest

constructor(model: String, messages: List<AnthropicMessage>, maxTokens: Int = MAX_TOKENS_DEFAULT, container: String? = null, mcpServers: List<AnthropicMCPServerURLDefinition>? = null, serviceTier: AnthropicServiceTier? = null, stopSequence: List<String>? = null, stream: Boolean = false, system: List<SystemAnthropicMessage>? = null, temperature: Double? = null, thinking: AnthropicThinking? = null, toolChoice: AnthropicToolChoice? = null, tools: List<AnthropicTool>? = null, topK: Int? = null, topP: Double? = null, additionalProperties: Map<String, JsonElement>? = null)(source)