retrieve_assistant_file: Retrieve Assistant File - Beta

View source: R/functions.R

retrieve_assistant_fileR Documentation

Retrieve Assistant File - Beta

Description

Retrieves an AssistantFile.

Usage

retrieve_assistant_file(assistant_id, file_id, return_response = F)

Arguments

assistant_id

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

file_id

(string) The ID of the file we're getting. 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.