feat: make the system prompt aware of current date
This commit is contained in:
@@ -207,7 +207,7 @@
|
|||||||
* 52 week high: {$holding->market_data->fifty_two_week_high}
|
* 52 week high: {$holding->market_data->fifty_two_week_high}
|
||||||
* Dividend yield: {$holding->market_data->dividend_yield}
|
* Dividend yield: {$holding->market_data->dividend_yield}
|
||||||
|
|
||||||
Based on this current market data, quantity owned, and average cost basis, you should determine if the {$holding->symbol} holding is making or losing money.
|
This data is current as of today's date: " . now()->format('Y-m-d') . ". Based on this current market data, quantity owned, and average cost basis, you should determine if the {$holding->symbol} holding is making or losing money.
|
||||||
|
|
||||||
Below is the question from the investor. Considering these facts, provide a concise response to the following question (give a direct response). Limit your response to no more than 75 words and consider using a common decision framework. Use github style markdown for any formatting:"
|
Below is the question from the investor. Considering these facts, provide a concise response to the following question (give a direct response). Limit your response to no more than 75 words and consider using a common decision framework. Use github style markdown for any formatting:"
|
||||||
])
|
])
|
||||||
|
|||||||
@@ -173,7 +173,7 @@
|
|||||||
|
|
||||||
{$formattedHoldings}
|
{$formattedHoldings}
|
||||||
|
|
||||||
Based on the current market data, quantity owned, and average cost basis, you can determine the performance of any holding.
|
This data is current as of today's date: " . now()->format('Y-m-d') . ". Based on the current market data, quantity owned, and average cost basis, you can determine the performance of any holding.
|
||||||
|
|
||||||
Below is the question from the investor. Considering these facts, provide a concise response to the following question (give a direct response). Limit your response to no more than 75 words and consider using a common decision framework. Use github style markdown for any formatting:"
|
Below is the question from the investor. Considering these facts, provide a concise response to the following question (give a direct response). Limit your response to no more than 75 words and consider using a common decision framework. Use github style markdown for any formatting:"
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user