Describe the problem/error/question
I'm new to callin.io and I'm trying to build an AI chatbot. I'm currently testing with Telegram, but my question isn't specific to a messaging platform (I believe). I'm using an AI Agent to have a conversational AI-based chat with the user and I want to extract values from the user's replies (e.g., "what's your budget?"). I want to then pass these values to subsequent nodes and utilize them. I think this is a fairly standard scenario, but I'm unsure how to accomplish it.
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your callin.io setup
- callin.io version:
- Database (default: SQLite):
- callin.io EXECUTIONS_PROCESS setting (default: own, main):
- Running callin.io via (Docker, npm, callin.io cloud, desktop app): callin.io cloud
- Operating system: macOS
It seems your topic is missing some crucial details. Could you please provide the following information, if relevant?
- callin.io version:
- Database (default: SQLite):
- callin.io EXECUTIONS_PROCESS setting (default: own, main):
- Running callin.io via (Docker, npm, callin.io cloud, desktop app):
- Operating system:
Please share these details to help us assist you better.
Hi,
Welcome to the community
If you’re new to callin.io, searching for similar workflow templates in the templates library might be a good place to start! You can copy them into your instance and customize them as well.
Here are some examples:
I'm also searching for this solution. My requirement is for the agent to transmit a specific value to a particular node linked to it.
Solved: callin.io actually solves this with $fromAI (so good) and when using tools also passes on the necessary info through the “query” argument. callin.io <3
This discussion was automatically closed 7 days following the last response. New replies are no longer permitted.