retrieve_message_file: Retrieve Message File - Beta

View source: R/functions.R

retrieve_message_fileR Documentation

Retrieve Message File - Beta

Description

Retrieves a message file.

Usage

retrieve_message_file(file_id, message_id, thread_id, return_response = F)

Arguments

file_id

(string) The ID of the file being retrieved. Required

message_id

(string) The ID of the message the file belongs to. Required

thread_id

(string) The ID of the thread to which the message and File belong. Required

return_response

(boolean) Whether to return the API response or parse the contents of the response. Defaults to FALSE (parse the response).

See Also

Open AI Documentation


samterfa/openai documentation built on Oct. 9, 2024, 5:18 p.m.