File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 26
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic%2Fanthropic-fcf7231118f0af5d687971176bdce5a7a5effd1ba4d9fb937f30f26289f35d6b .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic%2Fanthropic-bf322c093e459a35404f84c71dbdf4133c6d1ec0e2c8b0a52226a672344a1a97 .yml
3
3
openapi_spec_hash : 592d90505082223899e0638ad56ba162
4
- config_hash : 98e00a1d3d57d183719c637f0c623535
4
+ config_hash : 9f18bb8d1f1cf1e270e8e0783e4f5ee4
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ module AnthropicBeta
39
39
40
40
variant const : -> { Anthropic ::Models ::AnthropicBeta ::CONTEXT_MANAGEMENT_2025_06_27 }
41
41
42
+ variant const : -> { Anthropic ::Models ::AnthropicBeta ::MODEL_CONTEXT_WINDOW_EXCEEDED_2025_08_26 }
43
+
42
44
# @!method self.variants
43
45
# @return [Array(String, Symbol)]
44
46
@@ -64,6 +66,7 @@ module AnthropicBeta
64
66
EXTENDED_CACHE_TTL_2025_04_11 = :"extended-cache-ttl-2025-04-11"
65
67
CONTEXT_1M_2025_08_07 = :"context-1m-2025-08-07"
66
68
CONTEXT_MANAGEMENT_2025_06_27 = :"context-management-2025-06-27"
69
+ MODEL_CONTEXT_WINDOW_EXCEEDED_2025_08_26 = :"model-context-window-exceeded-2025-08-26"
67
70
68
71
# @!endgroup
69
72
end
Original file line number Diff line number Diff line change @@ -80,6 +80,11 @@ module Anthropic
80
80
:"context-management-2025-06-27" ,
81
81
Anthropic ::AnthropicBeta ::TaggedSymbol
82
82
)
83
+ MODEL_CONTEXT_WINDOW_EXCEEDED_2025_08_26 =
84
+ T . let (
85
+ :"model-context-window-exceeded-2025-08-26" ,
86
+ Anthropic ::AnthropicBeta ::TaggedSymbol
87
+ )
83
88
end
84
89
end
85
90
end
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ module Anthropic
18
18
| :"extended-cache-ttl-2025-04-11"
19
19
| :"context-1m-2025-08-07"
20
20
| :"context-management-2025-06-27"
21
+ | :"model-context-window-exceeded-2025-08-26"
21
22
22
23
module AnthropicBeta
23
24
extend Anthropic::Internal::Type::Union
@@ -40,6 +41,7 @@ module Anthropic
40
41
EXTENDED_CACHE_TTL_2025_04_11: :"extended-cache-ttl-2025-04-11"
41
42
CONTEXT_1M_2025_08_07: :"context-1m-2025-08-07"
42
43
CONTEXT_MANAGEMENT_2025_06_27: :"context-management-2025-06-27"
44
+ MODEL_CONTEXT_WINDOW_EXCEEDED_2025_08_26: :"model-context-window-exceeded-2025-08-26"
43
45
end
44
46
end
45
47
end
You can’t perform that action at this time.
0 commit comments