Commit 2c573be
committed
fix(agents): remove non-existent AsyncAgent.initialize() calls
The AsyncAgent class in llama-stack-client 0.3.5 does not have an
initialize() method. These calls were causing AttributeError at runtime.
The agent does not require explicit initialization - create_session()
works without it.
Signed-off-by: Major Hayden <major@redhat.com>1 parent 2adb747 commit 2c573be
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
359 | 358 | | |
360 | 359 | | |
361 | 360 | | |
| |||
412 | 411 | | |
413 | 412 | | |
414 | 413 | | |
415 | | - | |
416 | 414 | | |
417 | 415 | | |
418 | 416 | | |
| |||
0 commit comments