harrison/document-split
Feynman Liang 1 year ago committed by GitHub
parent 66fd57878a
commit 3a38604f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save