Hiyve Components - v1.0.0
    Preparing search index...

    Interface AIAssistantCloudResponse

    AI query response shape returned by cloud operations.

    interface AIAssistantCloudResponse {
        content: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    content: string
    success: boolean