Metatell AI Bot - v0.0.10
    Preparing search index...

    Interface AgentClientConfig

    interface AgentClientConfig {
        profile?: { avatarId?: string; displayName?: string };
        rateLimit?: { looks?: number; messages?: number; moves?: number };
    }
    Index

    Properties

    Properties

    profile?: { avatarId?: string; displayName?: string }
    rateLimit?: { looks?: number; messages?: number; moves?: number }