Configuration for creating a scoped insights context

interface InsightsScopeConfig {
    metadata?: Record<string, any>;
    name: string;
    tags?: string[];
}

Properties

Properties

metadata?: Record<string, any>
name: string
tags?: string[]