@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;
|