mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-04 02:37:44 +00:00
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:
@@ -40,6 +40,7 @@ workflow_coder:
|
||||
3. The user may provide specific code organization rules and instructions. Ensure that the integration follows the given framework and structure.
|
||||
4. After predicting the output, print the shape and other information of the output to stdout to help the evaluator assess the code.
|
||||
5. 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 %}
|
||||
@@ -133,4 +134,4 @@ workflow_eval:
|
||||
--------- Workflow test stdout ---------
|
||||
{{ stdout }}
|
||||
--------- Workflow code generated by user ---------
|
||||
{{ code }}
|
||||
{{ code }}
|
||||
|
||||
Reference in New Issue
Block a user