@cpod/sdk - v0.2.7
    Preparing search index...

    Interface ProjectChatCompletionResponse

    Chat completion response

    interface ProjectChatCompletionResponse {
        id: string;
        message: string;
        created_at: string;
    }
    Index

    Properties

    Properties

    id: string
    message: string
    created_at: string