@ptkl/sdk - v1.12.0
    Preparing search index...

    Type Alias Tier

    type Tier = {
        can_assign_agents: boolean;
        can_assign_users: boolean;
        can_choose_model: boolean;
        can_create_agents: boolean;
        can_create_kbs: boolean;
        can_use_workflows: boolean;
        kb_ocr_seconds: number;
        max_agents: number;
        max_kbs: number;
        max_msg_per_day: number;
        max_msg_per_min: number;
        max_storage_bytes: number;
        max_users: number;
        tier: string;
    }
    Index

    Properties

    can_assign_agents: boolean
    can_assign_users: boolean
    can_choose_model: boolean
    can_create_agents: boolean
    can_create_kbs: boolean
    can_use_workflows: boolean
    kb_ocr_seconds: number
    max_agents: number
    max_kbs: number
    max_msg_per_day: number
    max_msg_per_min: number
    max_storage_bytes: number
    max_users: number
    tier: string