copy

fun copy(temperature: Double? = this.temperature, maxTokens: Int? = this.maxTokens, numberOfChoices: Int? = this.numberOfChoices, speculation: String? = this.speculation, schema: LLMParams.Schema? = this.schema, toolChoice: LLMParams.ToolChoice? = this.toolChoice, user: String? = this.user, additionalProperties: Map<String, JsonElement>? = this.additionalProperties, topP: Double? = this.topP, topK: Int? = this.topK, stopSequences: List<String>? = this.stopSequences, container: String? = this.container, mcpServers: List<AnthropicMCPServerURLDefinition>? = this.mcpServers, serviceTier: AnthropicServiceTier? = this.serviceTier, thinking: AnthropicThinking? = this.thinking): AnthropicParams(source)

Creates a copy of this instance with the ability to modify any of its properties.