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.
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
JSON base do node
{
"_nodeType": "tool",
"name": "",
"description": "",
"parametersSchema": "",
"timeoutSeconds": 30,
"resultFallbackTemplate": ""
}Portas
Entradas
Agent
agent · agent
Saidas
Output
default · control