Skip to content

Commit 481ba7b

Browse files
docs: use RST double backticks in release note
1 parent 3db10d8 commit 481ba7b

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,9 +1,9 @@
11
---
22
fixes:
33
- |
4-
Fixed `human_in_the_loop`'s `_apply_tool_execution_decisions` silently applying the wrong
5-
`ToolExecutionDecision` to a tool call when multiple tool calls shared the same tool name but lacked a
6-
`tool_call_id`. Previously, the ambiguity check was skipped if *any* unrelated tool call in the same batch
4+
Fixed ``human_in_the_loop``'s ``_apply_tool_execution_decisions`` silently applying the wrong
5+
``ToolExecutionDecision`` to a tool call when multiple tool calls shared the same tool name but lacked a
6+
``tool_call_id``. Previously, the ambiguity check was skipped if *any* unrelated tool call in the same batch
77
happened to carry an id, allowing the wrong decision (and therefore the wrong arguments) to be silently
8-
applied. The check now correctly raises a `ValueError` whenever a tool name collision affects an id-less
8+
applied. The check now correctly raises a ``ValueError`` whenever a tool name collision affects an id-less
99
decision, regardless of other unrelated tool calls in the batch.

0 commit comments

Comments
 (0)