Interface ChatVisionChoice

ChatVisionChoice represents a choice for the vision call.

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

Properties

Properties

index: number

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

message represents a response for this choice.