mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-06 11:37:44 +00:00
7ec13c4087
Fix some minor bugs caused by version changes.
16 lines
781 B
YAML
16 lines
781 B
YAML
hypothesis_generation:
|
|
system: |-
|
|
You are an expert in financial analysis. Your task is to generate a well-reasoned hypothesis based on the provided financial factors and report content.
|
|
Please ensure your response is in JSON format as shown below:
|
|
{
|
|
"hypothesis": "A clear and concise hypothesis based on the provided information.",
|
|
"reason": "A detailed explanation supporting the generated hypothesis.",
|
|
"concise_reason": One line summary that focuses on the justification for the change that leads to the hypothesis (like a part of a knowledge that we are building)
|
|
}
|
|
|
|
user: |-
|
|
The following are the financial factors and their descriptions:
|
|
{{ factor_descriptions }}
|
|
|
|
The report content is as follows:
|
|
{{ report_content }} |