Commit 007b0ec
Pierre
fix(examples): correct method call in basic agent example
Fix in examples/01_basic_agent.py:\n- Replace incorrect runCityInput(city="Tokyo")) call\n- Use correct run(CityInput(city="Tokyo")) method\n- Remove extra closing parenthesis1 parent d3a2ea0 commit 007b0ec
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments