Pular para o conteúdo principal

Tool

AI & Agents

Tool

Declares a callable tool for the AI Agent. The LLM decides when to invoke it; at runtime the engine executes the branch of nodes connected to this tool's 'default' output in an isolated DataBag scope and returns the value produced by a 'Return Tool Result' terminator to the LLM.

Node typetool
CategoriaAI & Agents
Setups obrigatoriosNenhum

Painel de configuracao

Esta visualizacao usa o frontend real do ConfigPanel em modo embed, carregando um no de exemplo com o JSON base desta documentacao.

Preview real do painel

Nao foi possivel carregar o painel embedado automaticamente.

JSON base do node
{
  "_nodeType": "tool",
  "name": "",
  "description": "",
  "parametersSchema": "",
  "timeoutSeconds": 30,
  "resultFallbackTemplate": ""
}

Portas

Entradas

Agent
agent · agent

Saidas

Output
default · control