Interface ChatSSEDelta

ChatSSEDelta represents an object that contains the content.

interface ChatSSEDelta {
    content: string;
}

Properties

Properties

content: string

content represents the partial content response for a choice.