Interface ChatVisionChoice

ChatVisionChoice represents a choice for the vision call.

interface ChatVisionChoice {
    index: number;
    message: ChatVisionMessage;
    status: string;
}

Properties

Properties

index: number

index represents the index position in the collection for this choice.

message represents a response for this choice.

status: string

status represents if the response for this choice was successful or not.