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 7666e30 commit da9fa17Copy full SHA for da9fa17
lib/openai/threads.rb
@@ -4,10 +4,6 @@ def initialize(client:)
4
@client = client.beta(assistants: "v1")
5
end
6
7
- def list
8
- @client.get(path: "/threads")
9
- end
10
-
11
def retrieve(id:)
12
@client.get(path: "/threads/#{id}")
13
0 commit comments