diff options
| author | N. Taylor Mullen <[email protected]> | 2025-06-01 14:16:24 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-01 14:16:24 -0700 |
| commit | f2a8d39f42ae88c1b7a9a5a75854363a53444ca2 (patch) | |
| tree | 181d8eb3f1b1602f985fba4d2522b06c6c4f2eb6 /packages/cli/src/ui/App.tsx | |
| parent | edc12e416d0b9daf24ede50cb18b012cb2b6e18a (diff) | |
refactor: Centralize tool scheduling logic and simplify React hook (#670)
Diffstat (limited to 'packages/cli/src/ui/App.tsx')
| -rw-r--r-- | packages/cli/src/ui/App.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/cli/src/ui/App.tsx b/packages/cli/src/ui/App.tsx index 2f216db7..baab7fcc 100644 --- a/packages/cli/src/ui/App.tsx +++ b/packages/cli/src/ui/App.tsx @@ -200,7 +200,6 @@ export const App = ({ const { streamingState, submitQuery, initError, pendingHistoryItems } = useGeminiStream( addItem, - refreshStatic, setShowHelp, config, setDebugMessage, |
