Add Structure Chat Agent (#3912)

Create a new chat agent that is compatible with the Multi-input tools
This commit is contained in:
Zander Chase
2023-05-01 20:34:50 -07:00
committed by GitHub
parent ec21b7126c
commit c582f2e9e3
10 changed files with 705 additions and 14 deletions

View File

@@ -14,6 +14,7 @@ _EXPECTED = [
"ReActChain",
"ReActTextWorldAgent",
"SelfAskWithSearchChain",
"StructuredChatAgent",
"Tool",
"ZeroShotAgent",
"create_csv_agent",