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

    Interface ProjectChatCompletionRequest

    Chat completion request for project

    interface ProjectChatCompletionRequest {
        message: string;
        chat_id?: string;
        stream?: boolean;
    }
    Index

    Properties

    message: string
    chat_id?: string
    stream?: boolean