Skip to content

Commit d78572c

Browse files
committed
fix: Correct docstring formatting in tool_wrapper for consistency
Signed-off-by: Andre Bossard <anbossar@microsoft.com>
1 parent 3dcfcfd commit d78572c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/api_decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def to_langchain_tool(self) -> Any:
224224

225225
# Create a wrapper that reconstructs Pydantic models from flattened params
226226
async def tool_wrapper(**kwargs):
227-
\"\"\"Wrapper that converts flattened params back to Pydantic models.\"\"\"
227+
"""Wrapper that converts flattened params back to Pydantic models."""
228228
sig = inspect.signature(self.handler)
229229
hints = get_type_hints(self.handler)
230230

0 commit comments

Comments
 (0)