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.
2 parents d5535fa + da9fa17 commit 866c72eCopy full SHA for 866c72e
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