TradingAgents/frontend/components/analysis
MarkLo127 8fa86ef6c0 Fix: Remove schema default from analysis_mode, rely on form defaultValues
- Removed .default('deep') from Zod schema to fix type inference
- The field is now purely required with no optional inference
- The default value is provided by useForm's defaultValues
- This cleanly separates schema validation from form defaults
2026-03-12 22:06:05 +08:00
..
AnalysisForm.tsx Fix: Remove schema default from analysis_mode, rely on form defaultValues 2026-03-12 22:06:05 +08:00
AnalystReport.tsx 2026-03-10 17:58:38 +08:00
DownloadReports.tsx 2025-12-24 04:49:04 +08:00
PriceChart.tsx 2025-12-28 01:22:45 +08:00
ReportChat.tsx 2026-03-11 15:32:10 +08:00
TradingDecision.tsx 2025-12-02 23:03:41 +08:00