mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 20:09:01 +00:00
experimental: docstrings update (#18048)
Added missed docstrings. Formatted docsctrings to the consistent format.
This commit is contained in:
@@ -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,
|
||||
|
@@ -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.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user