@suluk/agents - v0.1.6
    Preparing search index...

    Interface ModelFit

    Per declared candidate model: does its context window hold this agent's load? (window null ⇒ unknown model.)

    interface ModelFit {
        model: string;
        window: number | null;
        fits: boolean | null;
        headroom: number | null;
    }
    Index

    Properties

    model: string
    window: number | null
    fits: boolean | null
    headroom: number | null