Skip to content

Commit 178020e

Browse files
authored
Examples: Fix financial_research_agent instructions (#573)
1 parent 111fc9e commit 178020e

File tree

1 file changed

+1
-1
lines changed
  • examples/financial_research_agent

1 file changed

+1
-1
lines changed

examples/financial_research_agent/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
# Entrypoint for the financial bot example.
7-
# Run this as `python -m examples.financial_bot.main` and enter a
7+
# Run this as `python -m examples.financial_research_agent.main` and enter a
88
# financial research query, for example:
99
# "Write up an analysis of Apple Inc.'s most recent quarter."
1010
async def main() -> None:

0 commit comments

Comments
 (0)