Skip to content

Commit 1d2531e

Browse files
Pierreguillaq
andauthored
Update examples/01_basic_agent.py
Co-authored-by: guillaq <guillaume@workflowai.com>
1 parent dcf3bc5 commit 1d2531e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/01_basic_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async def get_capital_info(city_input: CityInput) -> Run[CapitalOutput]:
6262
...
6363

6464

65-
async def display_completions(run: Run[T]) -> None:
65+
async def display_completions(run: Run[Any]) -> None:
6666
"""Helper function to display completions for a run."""
6767
try:
6868
completions = await run.fetch_completions()

0 commit comments

Comments
 (0)