Briyah SDK - v2.0.6
    Preparing search index...

    Interface ModelChoice

    Which model an instantiated agent should use, per the role its template asks for.

    interface ModelChoice {
        aiModel: string;
        aiServiceName: string;
        smallModelName?: string;
    }
    Index
    aiModel: string
    aiServiceName: string
    smallModelName?: string

    Same-service smaller model, for mechanical prompts. Optional.