Class: DatadogAPIClient::V2::LLMObsAnthropicThinkingConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsAnthropicThinkingConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_anthropic_thinking_config.rb
Overview
Configuration for Anthropic extended thinking feature.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#budget_tokens ⇒ Object
Maximum token budget for extended thinking.
-
#type ⇒ Object
readonly
The thinking mode for Anthropic extended thinking.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/llm_obs_anthropic_thinking_config.rb', line 30 def additional_properties @additional_properties end |
#budget_tokens ⇒ Object
Maximum token budget for extended thinking. Required when type is enabled.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_anthropic_thinking_config.rb', line 25 def budget_tokens @budget_tokens end |
#type ⇒ Object
The thinking mode for Anthropic extended thinking.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/llm_obs_anthropic_thinking_config.rb', line 28 def type @type end |