OpenaiEx.Beta.Threads.Messages (openai_ex v0.9.4)
View SourceThis module provides an implementation of the OpenAI messages API. The API reference can be found at https://platform.openai.com/docs/api-reference/messages.
Summary
Functions
Calls the message create endpoint.
Creates a new message request
Lists the messages that belong to the specified thread.
Calls the message retrieve endpoint.
Calls the message update endpoint.
Functions
Calls the message create endpoint.
https://platform.openai.com/docs/api-reference/messages/createMessage
Creates a new message request
Lists the messages that belong to the specified thread.
https://platform.openai.com/docs/api-reference/messages/listMessages
Calls the message retrieve endpoint.
https://platform.openai.com/docs/api-reference/messages/getMessage
Calls the message update endpoint.
https://platform.openai.com/docs/api-reference/messages/modifyMessage