Examples: Fix financial_research_agent instructions (#573)

This commit is contained in:
Kazuhiro Sera 2025-04-23 11:29:12 +09:00 committed by GitHub
parent 111fc9ee66
commit 178020ea33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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