Anthropic::BetaManagedAgentsEffort
Inherits JSON::Serializable < Struct < Value < Object
Effort level object for Managed Agents model config.
API params also accept the bare string form ("high"); responses use the
object form ({"type": "high"}).
Anthropic::BetaManagedAgentsEffort.high # => {type: "high"}
Anthropic::BetaManagedAgentsEffort.new("medium") # => {type: "medium"}
Constructors
high
Sourcelow
Sourcemax
Sourcemedium
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcexhigh
Source