@squidcloud/client
    Preparing search index...

    Interface AskResponse

    Response from an AI agent when asked a question or given a task.

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

    Properties

    annotations?: Record<string, AiFileAnnotation>

    Optional annotations that provide additional context or metadata about the response.

    responseString: string

    The main text response from the AI agent.