Learn about the Neuron Editor’s interface and how to build powerful AI workflows using its visual tools.
Node | Description |
---|---|
Set System Instructions | Define system-level instructions for AI interactions |
Replace Words in Input | Dynamically modify input before sending to AI models |
If Input Contains | Create conditional branches based on input content |
Randomized Split | Add variety with random branching paths |
Node | Description |
---|---|
Call AI Model | Connect to and interact with AI models |
Call Neuron | Call another Neuron from within a workflow |
Replace Words in Output | Transform AI model outputs as needed |
If Output Contains | Branch workflows based on AI output content |
Node | Description |
---|---|
Use Output | Access and incorporate outputs from previous nodes |
Stop Execution | End the Neuron execution when needed |
Serve Output | Return the final output to your application |