Hello,
I have created a chatbot with a chat input and an AI agent and its work.
but when I want to send a message to it with Postman and receive recieve answer in test mode, i get question message as answer!!
how get true answer in postman
Information on your n8n setup
**n8n version:1.79.3
**Database:inmemory
**Running n8n via :Docker
Franz
March 25, 2025, 7:56am
2
You can use a Webhook trigger node and map an parameter to chatInput
variable.
BUT the Window Buffer memory will not work! The window buffer uses the users browser to store the history.
i do this but webhook dont send parametes to chat or aiagent
what i do?
Franz
March 25, 2025, 10:52am
4
The Connected Chat Trigger Node is using the $json.chatInput
as prompt.
That’s the reason I put the Edit node and map a query parameter to chatInput
.
2 Likes
i add sessionId to param and i could use windows memory
1 Like
system
Closed
April 1, 2025, 11:09am
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.