Function retrieve_file_content

Source
pub fn retrieve_file_content(
    id: impl AsRef<str>,
) -> Result<Value, LlamaCoreError>
Expand description

Retrieve the content of a specific file by id.

§Arguments

  • id: The id of the target file.

§Returns

A Value instance.