experimental: docstrings update (#18048)

Added missed docstrings. Formatted docsctrings to the consistent format.
This commit is contained in:
Leonid Ganeline
2024-02-23 18:24:16 -08:00
committed by GitHub
parent 56b955fc31
commit 3f6bf852ea
61 changed files with 316 additions and 102 deletions

View File

@@ -26,7 +26,7 @@ from langchain_experimental.pydantic_v1 import ValidationError
class AutoGPT:
"""Agent class for interacting with Auto-GPT."""
"""Agent for interacting with AutoGPT."""
def __init__(
self,

View File

@@ -7,7 +7,7 @@ FINISH_NAME = "finish"
class PromptGenerator:
"""A class for generating custom prompt strings.
"""Generator of custom prompt strings.
Does this based on constraints, commands, resources, and performance evaluations.
"""