Interface PartialCoT

interface PartialCoT {
    event: string;
    remainder: string;
}

Properties

Properties

event: string
remainder: string