feat: refine prompt (#760)

* style: Simplify language and improve clarity in prompts and share.yaml

* style: Update prompt wording for clarity in raw_data_loader

* style: Simplify conditional logic in task_gen system prompt

* refactor: Update prompts and proposal for component output format handling

* fix: Correct grammar and add clarification in prompts.yaml

* feat: Include coding guidelines in data science component prompts

* lint
This commit is contained in:
you-n-g
2025-04-16 09:35:30 +08:00
committed by GitHub
parent b18ed7ce27
commit e05a645ad4
9 changed files with 34 additions and 78 deletions
@@ -39,6 +39,7 @@ ensemble_coder:
1. The function's code is associated with several other functions including a data loader, feature engineering, and model training. all codes are as follows:
{{ all_code }}
2. You should avoid using logging module to output information in your generated code, and instead use the print() function.
{% include "scenarios.data_science.share:guidelines.coding" %}
## Output Format
{% if out_spec %}