Generic tool components for building AI agents.

Changelog

1 version
v1.0.0 Latest
  • First version.

Authentication

TypeDetails
Other

Actions

2
Tool Output icon

Tool Output

Determines the end of tool chain for AI Agent. Set the output of the tool chain. This output will be sent back to the AI Agent to serve as context.
Tool Start icon

Tool Start

Define a tool chain (i.e. a set of actions that might be selected by the AI model to run based on the user prompt). The tool can provide additional context to the AI agent to be able to reply to the user or call actions. This has to be the first component connected to the AI Agent tools output port. The tool chain must be ended with 'Tool Output'.