mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
adding new agent types in comments (#1711)
This commit is contained in:
parent
aff44d0a98
commit
cd45adbea2
@ -27,7 +27,9 @@ def initialize_agent(
|
||||
`react-docstore`
|
||||
`self-ask-with-search`
|
||||
`conversational-react-description`
|
||||
If None and agent_path is also None, will default to
|
||||
`chat-zero-shot-react-description`,
|
||||
`chat-conversational-react-description`,
|
||||
If None and agent_path is also None, will default to
|
||||
`zero-shot-react-description`.
|
||||
callback_manager: CallbackManager to use. Global callback manager is used if
|
||||
not provided. Defaults to None.
|
||||
|
Loading…
Reference in New Issue
Block a user