@cavell/kit API
    Preparing search index...

    Interface SearchContext

    Server-resolved scoping context clinical_guidelines_search folds into the question (in-focus problem, patient age/gender); surfaced on the tool card so the user sees the search scope.

    interface SearchContext {
        age?: number;
        gender?: string;
        problem?: string;
    }
    Index
    age?: number
    gender?: string
    problem?: string