akseljoonas HF Staff commited on
Commit
fdc5e27
·
1 Parent(s): 45e517a

4 steps shown

Browse files
Files changed (1) hide show
  1. frontend/src/lib/research-store.ts +1 -1
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 = 40;
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