modelVersionsMap
Maps a specific LLModel
to its corresponding version string. This configuration is primarily used to associate particular model identifiers with their appropriate versions, allowing the system to select or adjust model behaviors based on these mappings.
By default, this property is initialized with a predefined map (AnthropicClientSettings.modelVersionsMap), but can be customized to support other mappings depending on the requirements.
This property is typically utilized in the configuration of interaction with Anthropic LLM clients to ensure appropriate versioned models are used during LLM execution.