- Refined `mock_multi_agent.py` to parse and route stock-specific inputs correctly
- Addressed issue where StockAnalyst returned fallback prompts instead of actionable responses
- Improved overall agent logic for financial data interpretation and reply generation
"response":"I can analyze stock data using moving averages and calculate percentage changes. For example: 'calculate moving average of [10,20,30,40,50] over 3 periods'"
"response":"I can analyze stock data using moving averages and calculate percentage changes. For example: 'calculate moving average of [10,20,30,40,50] over 3 periods'"
}
}
# Check if input is math-related
# Check if input is stock-related (for StockAnalyst)