OpenAI Functions Agent Creator

This node creates an agent that is based on OpenAI chat models that support function calling (e.g. the 0613 models) and can be primed with a custom system message. The system message plays an essential role in defining the behavior of the agent and how it interacts with users and tools. Best practise is to alter the system message before tampering with model settings, because the message affects the behavior of the agent the most.

In general an agent is an LLM that is configured to, if necessary, dynamically pick a tool from a set of tools to best answer the user prompts.

Note that these agents do not support tools with whitespaces in their names.

Options

System message

The system message is a pivotal component in shaping an agent's behavior. Defines the general behavior of the agent.

Input Ports

Icon

The OpenAI chat model used by the agent to make decisions.

Output Ports

Icon

A agent that can use OpenAI functions.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.