@databutton/firebase-types 1.102.1 → 1.102.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2383,7 +2383,7 @@ export interface GlobalAgentSkill extends AgentSkillBase {
|
|
|
2383
2383
|
}
|
|
2384
2384
|
export interface TelemetryEvent {
|
|
2385
2385
|
eventType: string;
|
|
2386
|
-
|
|
2386
|
+
recordedBy: PerformedBy;
|
|
2387
2387
|
provider: string;
|
|
2388
2388
|
model: string;
|
|
2389
2389
|
agentId: string;
|