nexus-agents - v2.80.0
    Preparing search index...

    Interface ResearchQueryResponse

    Response from research_query tool.

    interface ResearchQueryResponse {
        action: string;
        success: boolean;
        data: unknown;
    }
    Index

    Properties

    Properties

    action: string

    Action that was performed

    success: boolean

    Whether the query succeeded

    data: unknown

    Query results