Sensemaking Tools Documentation
    Preparing search index...

    Interface ModelSettings

    interface ModelSettings {
        categorizationModel?: Model;
        defaultModel: Model;
        groundingModel?: Model;
        summarizationModel?: Model;
    }
    Index

    Properties

    categorizationModel?: Model
    defaultModel: Model
    groundingModel?: Model
    summarizationModel?: Model