Notifications
Clear all
Topic starter
Hi, I'm attempting to replicate a Google Form using a chat format. I'm utilizing the AI Agent node (Tool Agent) with OpenAI models and a chat trigger.
I've set up two tools:
getQuestions
: This tool retrieves questions, aformStamp
,hasNext
flag, and aresponse
field.
SaveResponse
: This tool is intended to save the data (with plans to append to a Google Sheet in the future).
Problem I am Facing:
When I run the AI Agent, it recalls all the questions and asks the user for them. It waits for the user's response but does not save or call the SaveResponse
tool during execution.
Information on your callin.io setup:
- callin.io version: 1.44.1
- Database (default: SQLite): Sheets
- callin.io EXECUTIONS_PROCESS setting (default: own, main):
- Running callin.io via (Docker, npm, callin.io cloud, desktop app): callin.io cloud
- Operating system: windows
Posted : 18/01/2025 3:18 pm
The LLM model you're employing, the AI prompt, and the tool descriptions are likely the source of the problem.
Consider making minor adjustments to them and observe the results.
Additionally, updating your callin.io version might be beneficial. Several key AI functionalities have been introduced, and bugs have been resolved.
If this response resolves your query, please consider marking it as the solution.
Posted : 11/03/2025 3:40 pm
This discussion was automatically closed 7 days following the last response. New replies are no longer permitted.
Posted : 08/04/2025 4:31 pm