mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-07 21:08:34 +03:00
chore: tighten malformed tool-call guard wording
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Tests for tool hint formatting (nanobot.utils.tool_hints)."""
|
||||
|
||||
from nanobot.utils.tool_hints import format_tool_hints
|
||||
from nanobot.providers.base import ToolCallRequest
|
||||
from nanobot.utils.tool_hints import format_tool_hints
|
||||
|
||||
|
||||
def _tc(name: str, args) -> ToolCallRequest:
|
||||
|
||||
Reference in New Issue
Block a user