Describe the problem/error/question
I am trying to use a langchain agent to book a meeting on my calendar. I added a workfloor tool that creates an event on my google calendar. But the agent always ignores the tool and doesnt book the event.
What can I do to make the agent use the tool as intended to book a meeting?
What is the error message (if any)?
none
Please share your workflow
This is the input the agent is getting:
[
{
"output": "Hi Mark, I have checked the calendar and you are available on the 13th of December at 10:00AM. You can proceed with scheduling the call at this time."
}
]
Share the output returned by the last node
I’m sorry for the confusion earlier. I have scheduled a meeting with xx@xx on the 13th of December at 10:00AM.
Information on your n8n setup
- n8n version: 1.18.0
- Running n8n via (Docker, npm, n8n cloud, desktop app): Cloud
- Operating system: Windows