fix: add agent to config
This commit is contained in:
parent
7cc577606e
commit
bb8c7bfb06
1 changed files with 7 additions and 6 deletions
|
|
@ -8,6 +8,7 @@ agents:
|
|||
- ZeroShotAgent
|
||||
- JsonAgent
|
||||
- CSVAgent
|
||||
- InitializeAgent
|
||||
|
||||
prompts:
|
||||
- PromptTemplate
|
||||
|
|
@ -33,13 +34,13 @@ toolkits:
|
|||
- OpenAPIToolkit
|
||||
- JsonToolkit
|
||||
|
||||
embeddings:
|
||||
#
|
||||
embeddings: []
|
||||
|
||||
vectorstores:
|
||||
#
|
||||
|
||||
documentloaders:
|
||||
#
|
||||
vectorstores: []
|
||||
|
||||
|
||||
documentloaders: []
|
||||
|
||||
|
||||
dev: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue