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
| Model |`model.name`| The Gemini model to use for conversations. |`undefined`|
95
+
| Max Session Turns |`model.maxSessionTurns`| Maximum number of user/model/tool turns to keep in a session. -1 means unlimited. |`-1`|
96
+
|Context Compression Threshold |`model.compressionThreshold`| The fraction of context usage at which to trigger context compression (e.g. 0.2, 0.3). |`0.5`|
97
+
| Disable Loop Detection |`model.disableLoopDetection`| Disable automatic detection and prevention of infinite loops. |`false`|
98
+
| Skip Next Speaker Check |`model.skipNextSpeakerCheck`| Skip the next speaker check. |`true`|
0 commit comments