@molroo-ai/sdk
    Preparing search index...

    Interface ChatInput

    Raw chat input sent to the API (used internally by the SDK).

    interface ChatInput {
        appraisal?: AppraisalVector;
        from: string;
        message: string;
        to: string;
    }
    Index

    Properties

    appraisal?: AppraisalVector
    from: string
    message: string
    to: string