mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-29 08:27:43 +00:00
fce241b9f9
* Use ExtendedBaseSettings to replace BaseSettings * update a more general way to pass the default setting * update all code * fix CI * fix CI * fix qlib scenario * fix CI * fix CI * fix CI & add data science interfaces * remove redundant code * abandon costeer knowledge base v1 --------- Co-authored-by: Xu Yang <xuyang1@microsoft.com> Co-authored-by: XianBW <36835909+XianBW@users.noreply.github.com>
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.
|
|
} |