From fce278cfdf4f143ea4f726432f37218ebd3c2e84 Mon Sep 17 00:00:00 2001 From: "Jose F. Romaniello" Date: Tue, 15 Oct 2024 16:01:09 -0300 Subject: [PATCH] fix: simplify events prompts --- llm/tools/schedule/get-events.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llm/tools/schedule/get-events.tsx b/llm/tools/schedule/get-events.tsx index b5d1102..8f834ca 100644 --- a/llm/tools/schedule/get-events.tsx +++ b/llm/tools/schedule/get-events.tsx @@ -11,9 +11,9 @@ export default defineTool("get_events", () => { const history = getHistory(); return { - description: `List at most 3 funny imaginary events between user highlighted dates that describe stock activity. Make sure events dates are after the start date "${new Date().toLocaleDateString( + description: `List up to 3 fictional stock events occurring after the start date '${new Date().toLocaleDateString( "en-CA" - )}"`, + )}' and between user-specified dates.`, parameters: z.object({ symbol: z.string().describe("The name or symbol of the stock. e.g. DOGE/AAPL/USD."), events: z.array(