We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dcfcfd commit d78572cCopy full SHA for d78572c
1 file changed
backend/api_decorators.py
@@ -224,7 +224,7 @@ def to_langchain_tool(self) -> Any:
224
225
# Create a wrapper that reconstructs Pydantic models from flattened params
226
async def tool_wrapper(**kwargs):
227
- \"\"\"Wrapper that converts flattened params back to Pydantic models.\"\"\"
+ """Wrapper that converts flattened params back to Pydantic models."""
228
sig = inspect.signature(self.handler)
229
hints = get_type_hints(self.handler)
230
0 commit comments