mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 05:43:55 +00:00
modify docstring (#569)
Sorry for the detail. this is a correction to the docstring.
This commit is contained in:
parent
e1f3871a78
commit
94c06c55e8
@ -31,7 +31,10 @@ def initialize_agent(
|
|||||||
tools: List of tools this agent has access to.
|
tools: List of tools this agent has access to.
|
||||||
llm: Language model to use as the agent.
|
llm: Language model to use as the agent.
|
||||||
agent: The agent to use. Valid options are:
|
agent: The agent to use. Valid options are:
|
||||||
`zero-shot-react-description`, `react-docstore`, `self-ask-with-search`.
|
`zero-shot-react-description`
|
||||||
|
`react-docstore`
|
||||||
|
`self-ask-with-search`
|
||||||
|
`conversational-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.
|
||||||
**kwargs: Additional key word arguments to pass to the agent.
|
**kwargs: Additional key word arguments to pass to the agent.
|
||||||
|
Loading…
Reference in New Issue
Block a user