interface CodeInterpreterOutputImage {
    image?: OpenAIClient.Beta.Threads.Runs.Steps.CodeInterpreterOutputImage.Image;
    index: number;
    type: "image";
}

Properties

Properties

index: number

The index of the output in the outputs array.

type: "image"

Always image.