fix: update docstring to clarify normalization of malformed tool call names

This commit is contained in:
Soulter
2026-07-05 10:52:28 +08:00
parent 9ac0f374ba
commit b7df91dff0

View File

@@ -695,7 +695,7 @@ class ToolLoopAgentRunner(BaseAgentRunner[TContext]):
self,
llm_resp: LLMResponse,
) -> None:
"""Normalize malformed tool call names while preserving list alignment.
"""Normalize malformed tool call names.
Args:
llm_resp: The LLM response whose tool call lists should be sanitized.