@squidcloud/client
    Preparing search index...

    Interface AiAskResponse

    API response from agent ask methods

    interface AiAskResponse {
        annotations?: Record<string, AiFileAnnotation>;
        responseString: string;
    }
    Index

    Properties

    annotations?: Record<string, AiFileAnnotation>

    Optional annotations (e.g., file references) in the response

    responseString: string

    The response string from the agent