Ignite UI CLI Version
15.0.0-rc2
Framework
Angular
CLI Command
ai-config
Node.js Version
24.2.0
Operating System
Windows
Package Manager
npm
Description
When generating financial charts with Claude Sonnet 4.6, the chartType is sometimes set to "Candlestick", which is not a valid member of the expected enum.
This results in This leads to a runtime error:
ERROR Error: Invalid FinancialChartType value: Candlestick
Steps to Reproduce
- Generate a financial chart using the follwing prompt:
15-rc.2-prompt1.md
Actual Result
chartType is set to "Candlestick" and the app throws a runtime error.
Expected Result
Only valid FinancialChartType enum values should be generated.
Error Output / Logs
ERROR Error: Invalid FinancialChartType value: Candlestick
Additional Context
No response
Ignite UI CLI Version
15.0.0-rc2
Framework
Angular
CLI Command
ai-config
Node.js Version
24.2.0
Operating System
Windows
Package Manager
npm
Description
When generating financial charts with Claude Sonnet 4.6, the
chartTypeis sometimes set to"Candlestick", which is not a valid member of the expected enum.This results in This leads to a runtime error:
ERROR Error: Invalid FinancialChartType value: CandlestickSteps to Reproduce
15-rc.2-prompt1.md
Actual Result
chartTypeis set to"Candlestick"and the app throws a runtime error.Expected Result
Only valid
FinancialChartTypeenum values should be generated.Error Output / Logs
Additional Context
No response