mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-06 13:18:12 +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`
|
`react-docstore`
|
||||||
`self-ask-with-search`
|
`self-ask-with-search`
|
||||||
`conversational-react-description`
|
`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`.
|
`zero-shot-react-description`.
|
||||||
callback_manager: CallbackManager to use. Global callback manager is used if
|
callback_manager: CallbackManager to use. Global callback manager is used if
|
||||||
not provided. Defaults to None.
|
not provided. Defaults to None.
|
||||||
|
Loading…
Reference in New Issue
Block a user