You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/fixtures/vcr_cassettes/chat_function_calling_bedrock_anthropic_claude-3-5-haiku-20241022-v1_0_can_use_tools.yml
response=chat.ask("What's the best language to learn?")
@@ -91,8 +91,8 @@ def execute
91
91
provider=RubyLLM::Models.provider_for(model).slug
92
92
it"#{provider}/#{model} can use tools without parameters in multi-turn streaming conversations"do# rubocop:disable RSpec/ExampleLength,RSpec/MultipleExpectations
93
93
ifprovider == 'anthropic' && model == 'claude-3-5-haiku-20241022'
94
-
pending('Anthropic frequently returns 529 OverloadedError mid-stream for this specific test. ' \
95
-
'This appears to be provider-side flakiness. Skipping only for this model to allow release 1.2.0.')
94
+
skip('Anthropic frequently returns 529 OverloadedError mid-stream for this specific test. ' \
95
+
'This appears to be provider-side flakiness. Skipping only for this model to allow release 1.2.0.')
0 commit comments