mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 13:33:37 +00:00
experimental: docstrings update (#18048)
Added missed docstrings. Formatted docsctrings to the consistent format.
This commit is contained in:
@@ -3,7 +3,7 @@ from langchain_experimental.pydantic_v1 import BaseModel
|
||||
|
||||
|
||||
class LogicalFallacy(BaseModel):
|
||||
"""Class for a logical fallacy."""
|
||||
"""Logical fallacy."""
|
||||
|
||||
fallacy_critique_request: str
|
||||
fallacy_revision_request: str
|
||||
|
Reference in New Issue
Block a user