Common
Return Value
The Return Custom Value action lets you pass a static, predefined value directly back to the assistant. This is especially useful when branching logic or function outputs depend on simple, user-defined return values.
✅ Use it to pass constants or named flags into the workflow without writing code.
🔍 What It Does
This action sends a custom value (usually a string
or a number
) into the LLM context or downstream action chain.
💡 Ideal for return tokens like
"confirmed"
,"needs_human"
, or any logic label your assistant should work with.
🖼️ Action Interface
⚙️ Configuration Options
🔧 Tips
- Use this action as the final step in decision paths.
- Combine with branching logic or
Function
actions to determine return flow. - Return values can be used by LLM prompts or other actions like API Call, Send Message, etc.