mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 08:03:39 +00:00
Fix openai multi functions agent docs (#7028)
This commit is contained in:
parent
6a64870ea0
commit
dc2264619a
@ -154,7 +154,7 @@ class OpenAIMultiFunctionsAgent(BaseMultiActionAgent):
|
|||||||
tools: The tools this agent has access to.
|
tools: The tools this agent has access to.
|
||||||
prompt: The prompt for this agent, should support agent_scratchpad as one
|
prompt: The prompt for this agent, should support agent_scratchpad as one
|
||||||
of the variables. For an easy way to construct this prompt, use
|
of the variables. For an easy way to construct this prompt, use
|
||||||
`OpenAIFunctionsAgent.create_prompt(...)`
|
`OpenAIMultiFunctionsAgent.create_prompt(...)`
|
||||||
"""
|
"""
|
||||||
|
|
||||||
llm: BaseLanguageModel
|
llm: BaseLanguageModel
|
||||||
|
Loading…
Reference in New Issue
Block a user