Commit graph

4 commits

Author SHA1 Message Date
Harry
84f3aa3953
Improve embedding API response handling
Add error handling and validation for embedding API response.
2026-03-25 23:24:36 +08:00
Harry
0fe59515ca
Improve error handling for tool argument parsing
Fixed the bare `except` issue (JSONDecodeError, ValueError, TypeError)
2026-03-25 23:17:37 +08:00
Harry
1cf7953d68
Use get_running_loop instead of get_event_loop
asyncio.get_event_loop() is deprecated in Python 3.10+; use asyncio.get_running_loop() instead.
2026-03-25 22:38:34 +08:00
spidercatfly
6ff4861f88 initial commit 2026-03-24 16:03:22 +08:00