Skip to content

Commit 8dc2559

Browse files
chuenchen309claude
andcommitted
docs: use RST inline code in tool-call release note
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 46d9368 commit 8dc2559

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
fixes:
33
- |
4-
Fixed `ChatMessage.from_openai_dict_format` crashing on zero-argument tool
4+
Fixed ``ChatMessage.from_openai_dict_format`` crashing on zero-argument tool
55
calls. OpenAI-compatible servers (vLLM, llama.cpp, Ollama, LM Studio, ...) may
6-
send an empty string or omit the `arguments` field for a tool call that takes
7-
no arguments; this previously raised `json.JSONDecodeError` or `KeyError`.
8-
Such tool calls are now parsed into a `ToolCall` with empty `arguments`.
6+
send an empty string or omit the ``arguments`` field for a tool call that takes
7+
no arguments; this previously raised ``json.JSONDecodeError`` or ``KeyError``.
8+
Such tool calls are now parsed into a ``ToolCall`` with empty ``arguments``.

0 commit comments

Comments
 (0)