mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
Improve robustness of tool call handling in OpenAI completions and agent tool loop by avoiding premature filtering and surfacing clearer errors when tools are missing. * Refactor tool call argument handling in openai_source.py * Improve error logging for missing tools Log available tools when a specified tool is not found.