View Source OpenaiEx.Beta.Thread.Message.File (openai_ex v0.5.4)
This module provides an implementation of the OpenAI messages files API. The API reference can be found at https://platform.openai.com/docs/api-reference/messages.
Summary
Functions
Lists the files that belong to the specified thread message.
Calls the message file retrieve endpoint.
Functions
Lists the files that belong to the specified thread message.
https://platform.openai.com/docs/api-reference/messages/listMessageFiles
Calls the message file retrieve endpoint.
Arguments
openai
: The OpenAI configuration.params
: A map containing the fields of the message file retrieve request.
Returns
A map containing the fields of the specificied message file object.
https://platform.openai.com/docs/api-reference/messages/getMessageFile