chore(typing): restore one-line ToolParam comment

This commit is contained in:
mateo-berri 2026-08-10 07:17:06 -07:00
parent 5ee0b1f5db
commit 8febd8cafb

View file

@ -39,9 +39,7 @@ if TYPE_CHECKING:
else:
MCPTool = Any
# NOTE: We intentionally keep ToolParam as a broad Mapping type here to avoid tight
# coupling to the OpenAI SDK's tool union types while still allowing dict-style
# access at runtime.
# NOTE: We intentionally keep ToolParam as a broad type here to avoid tight coupling
ToolParam: TypeAlias = Mapping[str, object]