Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit ·
fdc5e27
1
Parent(s): 45e517a
4 steps shown
Browse files
frontend/src/lib/research-store.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
import type { PerSessionState } from '@/store/agentStore';
|
| 6 |
|
| 7 |
/** Max steps to keep in storage and display. Single source of truth. */
|
| 8 |
-
export const RESEARCH_MAX_STEPS =
|
| 9 |
|
| 10 |
const STORAGE_KEY = 'hf-agent-research';
|
| 11 |
|
|
|
|
| 5 |
import type { PerSessionState } from '@/store/agentStore';
|
| 6 |
|
| 7 |
/** Max steps to keep in storage and display. Single source of truth. */
|
| 8 |
+
export const RESEARCH_MAX_STEPS = 4;
|
| 9 |
|
| 10 |
const STORAGE_KEY = 'hf-agent-research';
|
| 11 |
|