Commit 9d65eba
authored
gemini_investigate: raise hard step cap from 10 to 20 (#14)
* Fix gemini_investigate: use role 'user' for functionResponse turns (Gemini API rejects role 'function')
* Add notion_get_page to gemini_investigate's delegated function set, so investigations can actually read page content (previously only notion_search/notion_query_database were available)
* Raise gemini_investigate HARD_MAX_STEPS from 10 to 20 -- Vercel Fluid Compute defaults to a 300s function timeout, giving far more headroom than the original 10-step cap assumed
* Update gemini_investigate tool description: hard cap is now 20, not 101 parent dabfb70 commit 9d65eba
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments