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

    Interface ResearchAnalyzeResponse

    Response from research_analyze tool.

    interface ResearchAnalyzeResponse {
        focus: string;
        success: boolean;
        analysis: unknown;
        recommendations: string[];
    }
    Index

    Properties

    focus: string

    Analysis focus that was performed

    success: boolean

    Whether the analysis succeeded

    analysis: unknown

    Analysis results

    recommendations: string[]

    Recommendations based on analysis