We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce362a commit f91e562Copy full SHA for f91e562
spec/openai/client/vector_stores_spec.rb
@@ -13,6 +13,7 @@
13
end
14
15
it "succeeds" do
16
+ vector_store_id # Need something to list.
17
VCR.use_cassette(cassette) do
18
expect(response.dig("data", 0, "object")).to eq("vector_store")
19
0 commit comments