The output of a code interpreter tool call that is a file.

interface Files {
    files: OpenAIClient.Responses.ResponseCodeInterpreterToolCall.Files.File[];
    type: "files";
}

Properties

Properties

type: "files"

The type of the code interpreter file output. Always files.