Examples: Fix financial_research_agent instructions (#573)
This commit is contained in:
parent
111fc9ee66
commit
178020ea33
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ from .manager import FinancialResearchManager
|
||||||
|
|
||||||
|
|
||||||
# Entrypoint for the financial bot example.
|
# 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:
|
# financial research query, for example:
|
||||||
# "Write up an analysis of Apple Inc.'s most recent quarter."
|
# "Write up an analysis of Apple Inc.'s most recent quarter."
|
||||||
async def main() -> None:
|
async def main() -> None:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue