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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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