Agent driven by OpenAIs function powered API.
OpenAIMultiFunctionsAgent()| Name | Type | Description |
|---|---|---|
llm* | unknown | This should be an instance of ChatOpenAI, specifically a model
that supports using |
tools* | unknown | The tools this agent has access to. |
prompt* | unknown | The prompt for this agent, should support agent_scratchpad as one
of the variables. For an easy way to construct this prompt, use
|