Bug node OpenAI Assistant : Continue using error workflow

As you can see on the above image, the OpenAI assistant node does not use the Continue using error output properly.

Example error (too many chars) :


Conf.

Using n8n v1.26.0 cloud

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Lester_Reynolds,

I will get a bug ticket created for this, I suspect all of the langchain nodes will have this issue as they are not created in the same way as standard nodes.

Is there a workaround to get the error ?

None that I am aware of at the moment, To actually fix the error though you will need to check how large your text prompt is as it is over the limit of 32768 characters.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

Hey @Lester_Reynolds,

Bit of a delay on this one but we are not able to reproduce this anymore so it looks like it may have been fixed.