A URL for the file that's generated when the assistant used the code_interpreter tool to generate a file.

interface FilePath {
    end_index: number;
    file_path: openai.OpenAI.Beta.Threads.Messages.MessageContentText.Text.FilePath.FilePath;
    start_index: number;
    text: string;
    type: "file_path";
}

Properties

end_index: number
start_index: number
text: string

The text in the message content that needs to be replaced.

type: "file_path"

Always file_path.

Generated using TypeDoc