-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Can not create automated workflow through chat !
Issue -
while creating the automated workflow through chat while using groq as llm the chatbot fails to give any response to the user after the command
Screencast.from.2026-01-04.04-10-36.webm
while stating
cause - The Groq AI incorrectly accesses response.data.choices[0] instead of parsing response.content. According to the IHttpResponse interface, data is an optional field that may be undefined, while content contains the raw response body.
thus after this fix the automated chat workflow works well
like this
Screencast.from.2026-01-04.04-21-29.webm
This is a high-priority bug as it completely breaks the core functionality of automated chat workflows, preventing users from creating any automations when using Groq (and potentially other AI providers). I have identified the root cause and tested the fix locally. Please review the errors and evidence provided above. I am ready to open a pull request with the necessary changes to resolve this issue.