Fix openai multi functions agent docs (#7028)

This commit is contained in:
Alex Iribarren
2023-07-02 09:16:40 +02:00
committed by GitHub
parent 6a64870ea0
commit dc2264619a

View File

@@ -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