We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515bdc5 commit 5cee81dCopy full SHA for 5cee81d
packages/toolbox-core/src/toolbox_core/tool.py
@@ -316,7 +316,9 @@ def identify_required_authn_params(
316
return required_params
317
318
319
-def params_to_pydantic_model(tool_name: str, params: Sequence[ParameterSchema]) -> Type[BaseModel]:
+def params_to_pydantic_model(
320
+ tool_name: str, params: Sequence[ParameterSchema]
321
+) -> Type[BaseModel]:
322
"""Converts the given parameters to a Pydantic BaseModel class."""
323
field_definitions = {}
324
for field in params:
0 commit comments