Skip to content

Commit 570644d

Browse files
authored
Fix ticker hardcoding in prompt (#28)
1 parent a879868 commit 570644d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tradingagents/dataflows/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ def get_stock_news_openai(ticker, curr_date):
713713
"content": [
714714
{
715715
"type": "input_text",
716-
"text": f"Can you search Social Media for {ticker} on TSLA from 7 days before {curr_date} to {curr_date}? Make sure you only get the data posted during that period.",
716+
"text": f"Can you search Social Media for {ticker} from 7 days before {curr_date} to {curr_date}? Make sure you only get the data posted during that period.",
717717
}
718718
],
719719
}

0 commit comments

Comments
 (0)