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

    Interface SkillSearchResult

    Result of a skill search.

    interface SkillSearchResult {
        skills: readonly SkillWithMetrics[];
        totalCount: number;
        query: SkillQuery;
    }
    Index

    Properties

    skills: readonly SkillWithMetrics[]

    Matching skills with metrics

    totalCount: number

    Total number of matches (before limit)

    query: SkillQuery

    Query that produced this result