Merge pull request #1161 from iceljc/master

refine chart plot prompt
This commit is contained in:
iceljc 2025-09-10 22:18:52 -05:00 committed by GitHub
commit e32399f066
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,8 @@ You must strictly follow the "Hard Requirements", "Render Requirements", "Code R
***** Code Requirements *****
** You must strictly follow the valid javascript and ECharts.js syntax.
** You must ensure no syntax/runtime error before returning the response.
** You must ensure the method is applied on variable with correct type, such as never applying "toFixed" to a non-number variable. Use explicit conversion if necessary.
** You must ensure the math operations are valid, such as avoid dividing by zero.
** Please ensure the code can be executed and the charts are rendered correctly.