@suluk/models - v0.1.3
    Preparing search index...

    Interface ResolvedProfile

    interface ResolvedProfile {
        prefer: {
            intelligence: 0 | 1 | 2 | 3;
            cost: 0 | 1 | 2 | 3;
            speed: 0 | 1 | 2 | 3;
            context: 0 | 1 | 2 | 3;
        };
        taskShape?: "agentic"
        | "coding"
        | "reasoning";
        impliedFilters: Partial<HardFilters>;
    }
    Index

    Properties

    prefer: {
        intelligence: 0 | 1 | 2 | 3;
        cost: 0 | 1 | 2 | 3;
        speed: 0 | 1 | 2 | 3;
        context: 0 | 1 | 2 | 3;
    }
    taskShape?: "agentic" | "coding" | "reasoning"
    impliedFilters: Partial<HardFilters>

    filters the profile auto-wires (an author choosing "tool-reliable" implicitly requires tool-calling).