Commit d7ecdbd0 authored by MD. SHAHIDUL ISLAM's avatar MD. SHAHIDUL ISLAM

feat: replace deterministic summary section with interactive AI-powered company analysis component

parent 398cd92e
...@@ -64,6 +64,7 @@ export interface ReportSection { ...@@ -64,6 +64,7 @@ export interface ReportSection {
key: string; key: string;
title: BilingualText; title: BilingualText;
summary: BilingualText; summary: BilingualText;
body: BilingualText[];
bullets: BilingualText[]; bullets: BilingualText[];
} }
...@@ -92,6 +93,7 @@ export interface AITraderReport { ...@@ -92,6 +93,7 @@ export interface AITraderReport {
export interface AIResearch { export interface AIResearch {
provider: string; provider: string;
model: string; model: string;
prompt_version?: string;
mode: 'ai_fundamental' | 'multi_agent_synthesis'; mode: 'ai_fundamental' | 'multi_agent_synthesis';
generated_at: string; generated_at: string;
score_confidence: 'low' | 'medium' | 'high'; score_confidence: 'low' | 'medium' | 'high';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment