Add search and RAG workspace flows
This commit is contained in:
@@ -10,7 +10,8 @@ const taskLabels: Record<Task['task_type'], string> = {
|
||||
sync_filings: 'Sync filings',
|
||||
refresh_prices: 'Refresh prices',
|
||||
analyze_filing: 'Analyze filing',
|
||||
portfolio_insights: 'Portfolio insights'
|
||||
portfolio_insights: 'Portfolio insights',
|
||||
index_search: 'Index search'
|
||||
};
|
||||
|
||||
export function TaskFeed({ tasks }: TaskFeedProps) {
|
||||
|
||||
Reference in New Issue
Block a user