@databutton/firebase-types 1.102.1 → 1.102.3

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.
@@ -964,6 +964,7 @@ export type ModelString = `openai/${string}` | `anthropic/${string}` | `google/$
964
964
  */
965
965
  export interface AgentPersonality {
966
966
  mainModel?: ModelString;
967
+ contextWindowSize?: "low" | "standard" | "high";
967
968
  modelAtSignUp?: ModelString;
968
969
  toneOfVoice?: {
969
970
  responseStyle?: string | null;
@@ -2383,7 +2384,7 @@ export interface GlobalAgentSkill extends AgentSkillBase {
2383
2384
  }
2384
2385
  export interface TelemetryEvent {
2385
2386
  eventType: string;
2386
- timestamp: number;
2387
+ recordedBy: PerformedBy;
2387
2388
  provider: string;
2388
2389
  model: string;
2389
2390
  agentId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.102.1",
3
+ "version": "1.102.3",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {