@databutton/firebase-types 1.102.2 → 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.102.2",
3
+ "version": "1.102.3",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {