docstrings cleanup (#8311)

- added missed docstrings
 - changed docstrings into consistent format
  
@baskaryan
This commit is contained in:
Leonid Ganeline
2023-07-26 14:13:10 -07:00
committed by GitHub
parent ceab0a7c1f
commit ee6ff96e28
39 changed files with 84 additions and 36 deletions

View File

@@ -13,6 +13,8 @@ from langchain_experimental.autonomous_agents.autogpt.prompt_generator import ge
class AutoGPTPrompt(BaseChatPromptTemplate, BaseModel):
"""Prompt for AutoGPT."""
ai_name: str
ai_role: str
tools: List[BaseTool]