Skip to content

Commit 98169e6

Browse files
Update packages/toolbox-core/src/toolbox_core/tool.py
Co-authored-by: Anubhav Dhawan <[email protected]>
1 parent da2b838 commit 98169e6

File tree

1 file changed

+1
-1
lines changed
  • packages/toolbox-core/src/toolbox_core

1 file changed

+1
-1
lines changed

packages/toolbox-core/src/toolbox_core/tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ async def __call__(self, *args: Any, **kwargs: Any) -> str:
189189
all_args.apply_defaults() # Include default values if not provided
190190
payload = all_args.arguments
191191

192-
# Perform argument type checks using pydantic
192+
# Perform argument type validations using pydantic
193193
self.__pydantic_model.model_validate(payload)
194194

195195
# apply bounded parameters

0 commit comments

Comments
 (0)