Skip to content

[BUG] : HTTP response parsing error - response.data is undefined in Groq provider #10

@not-meet

Description

@not-meet

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

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions