The OpenAI Tool Agent is a specialized node that leverages OpenAI’s function calling capabilities to execute tools and answer queries. It’s designed to work within the LlamaIndex framework, providing a powerful combination of language understanding and tool execution.
openAIToolAgentLlamaIndex
text
: The agent’s responseusedTools
: An array of tools used by the agent, including tool names, inputs, and outputsDEBUG=true
environment variable is set