So I’ve built a feature in my app where the user can chat with a chatbot. Right now I have a multiline input where the message is typed and a “send message” button that sets off a workflow that creates a Message thing and sends the correct json to the chatgpt API. I’m looking for a way for the user to just hit enter instead of having to click the send message button. I tried to use the Air Keybord Shortcut plugin but it didn’t work. Any thoughts on how this could be accomplished?
2 Likes
This topic was automatically closed after 70 days. New replies are no longer allowed.