mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
chore(typing): restore one-line ToolParam comment
This commit is contained in:
parent
5ee0b1f5db
commit
8febd8cafb
1 changed files with 1 additions and 3 deletions
|
|
@ -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]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue