OpenaiEx.Beta.Threads (openai_ex v0.9.4)
View SourceThis module provides an implementation of the OpenAI threads API. The API reference can be found at https://platform.openai.com/docs/api-reference/threads.
Summary
Functions
Calls the thread create endpoint.
Calls the thread delete endpoint.
Creates a new threads request
Calls the thread retrieve endpoint.
Calls the thread update endpoint.
Functions
Calls the thread create endpoint.
https://platform.openai.com/docs/api-reference/threads/createThread
Calls the thread delete endpoint.
https://platform.openai.com/docs/api-reference/threads/deleteThread
Creates a new threads request
Calls the thread retrieve endpoint.
https://platform.openai.com/docs/api-reference/threads/getThread
Calls the thread update endpoint.
https://platform.openai.com/docs/api-reference/threads/modifyThread