mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 15:03:21 +00:00
fix: formatting issues in docstrings (#32265)
Ensures proper reStructuredText formatting by adding the required blank line before closing docstring quotes, which resolves the "Block quote ends without a blank line; unexpected unindent" warning.
This commit is contained in:
@@ -466,6 +466,7 @@ class AzureChatOpenAI(BaseChatOpenAI):
|
||||
"violence": {"filtered": False, "severity": "safe"},
|
||||
},
|
||||
}
|
||||
|
||||
""" # noqa: E501
|
||||
|
||||
azure_endpoint: Optional[str] = Field(
|
||||
@@ -1139,6 +1140,7 @@ class AzureChatOpenAI(BaseChatOpenAI):
|
||||
# },
|
||||
# 'parsing_error': None
|
||||
# }
|
||||
|
||||
""" # noqa: E501
|
||||
return super().with_structured_output(
|
||||
schema, method=method, include_raw=include_raw, strict=strict, **kwargs
|
||||
|
Reference in New Issue
Block a user