Skip to content

Commit 1f73ec7

Browse files
spencer426galdawaveDavidAPiercekschaabehedlund
authored
perf(core): fix slow boot by fetching experiments and quota asynchronously (google-gemini#25758)
Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com> Co-authored-by: David Pierce <davidapierce@google.com> Co-authored-by: Keith Schaab <keithsc@google.com> Co-authored-by: Keith Schaab <keith.schaab@gmail.com> Co-authored-by: Emily Hedlund <ehedlund@google.com>
1 parent 69150e8 commit 1f73ec7

7 files changed

Lines changed: 428 additions & 26 deletions

File tree

evals/hierarchical_memory.eval.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('Hierarchical Memory', () => {
1717
params: {
1818
settings: {
1919
security: {
20-
folderTrust: { enabled: true },
20+
folderTrust: { enabled: false },
2121
},
2222
},
2323
},
@@ -55,7 +55,7 @@ What is my favorite fruit? Tell me just the name of the fruit.`,
5555
params: {
5656
settings: {
5757
security: {
58-
folderTrust: { enabled: true },
58+
folderTrust: { enabled: false },
5959
},
6060
},
6161
},
@@ -96,7 +96,7 @@ Provide the answer as an XML block like this:
9696
params: {
9797
settings: {
9898
security: {
99-
folderTrust: { enabled: true },
99+
folderTrust: { enabled: false },
100100
},
101101
},
102102
},

0 commit comments

Comments
 (0)