The llm library version 0.31.1 addresses a bug affecting OpenAI Chat Completion endpoints. Previously, a tool call with empty arguments could result in a JSON error from some providers.
- Fixes issue #1521 where empty tool arguments caused JSON errors.
- Resolves a problem encountered during testing of the llm-meta-ai plugin.
This update ensures stable interaction with OpenAI endpoints when handling tool calls without arguments.