mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-30 08:57:44 +00:00
7e7e40b041
- Fix daily/1min contradiction in factor_experiment_loader prompts - Rename daily_pv.h5 to intraday_pv.h5 (generate.py, utils.py, README) - Fix FactorDatetimeDailyEvaluator to accept 1min bars as correct - Add _write_run_log() to log every factor attempt to results/logs/ - Add _ensure_results_dirs() to create all result directories - Extract all 44 prompt YAML files to prompts/ centralized directory - Add prompts/INDEX.md for navigation Tests: 93 passed
10 lines
498 B
YAML
10 lines
498 B
YAML
|
|
analyze_component_prompt_v1_system: |-
|
|
User is getting a new task that might consist of the components below (given in component_index: component_description):
|
|
{{all_component_content}}
|
|
|
|
You should find out what components does the new task have, and put their indices in a list.
|
|
Please response the critic in the json format. Here is an example structure for the JSON output, please strictly follow the format:
|
|
{
|
|
"component_no_list": the list containing indices of components.
|
|
} |