We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf3bc5 commit 1d2531eCopy full SHA for 1d2531e
examples/01_basic_agent.py
@@ -62,7 +62,7 @@ async def get_capital_info(city_input: CityInput) -> Run[CapitalOutput]:
62
...
63
64
65
-async def display_completions(run: Run[T]) -> None:
+async def display_completions(run: Run[Any]) -> None:
66
"""Helper function to display completions for a run."""
67
try:
68
completions = await run.fetch_completions()
0 commit comments