interface ModalityTokenCount {
    modality: string;
    tokenCount: number;
}

Properties

Properties

modality: string
tokenCount: number