Interface ChatResponse

interface ChatResponse {
    content: ChatResponseContent[];
    asString(): string;
}

Properties

Methods

Properties

Methods