You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,6 +60,8 @@ type ChatProviderInvokedClassification = {
58
60
totalTime: {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';isMeasurement: true;comment: 'The total time it took to run the provider\'s `provideResponseWithProgress`.'};
59
61
result: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Whether invoking the ChatProvider resulted in an error.'};
60
62
requestType: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The type of request that the user made.'};
63
+
chatSessionId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'A random ID for the session.'};
64
+
agent: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The type of agent used.'};
61
65
slashCommand?: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The type of slashCommand used.'};
62
66
owner: 'roblourens';
63
67
comment: 'Provides insight into the performance of Chat providers.';
0 commit comments