(self, chart_type: Optional[str] = '', schema: Optional[str] = '')
| 292 | return templates |
| 293 | |
| 294 | def chart_user_question(self, chart_type: Optional[str] = '', schema: Optional[str] = ''): |
| 295 | return get_chart_template()['user'].format(lang=self.lang, sql=self.sql, question=self.question, rule=self.rule, |
| 296 | chart_type=chart_type, schema=schema) |
| 297 | |
| 298 | def analysis_sys_question(self): |
| 299 | return get_analysis_template()['system'].format(lang=self.lang, terminologies=self.terminologies, |
no test coverage detected