This commit is contained in:
Feynman Liang 2023-01-23 23:08:38 -08:00 committed by GitHub
parent 66fd57878a
commit 3a38604f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ from langchain.prompts.base import BasePromptTemplate
class ReActDocstoreAgent(Agent, BaseModel):
"""Agent for the ReAct chin."""
"""Agent for the ReAct chain."""
@classmethod
def create_prompt(cls, tools: List[Tool]) -> BasePromptTemplate: