Error: interactionId is required, in Assistant Dashboards

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser): 2.18.0

Describe the issue:
Hi,

I have a local RAG developed that is working perfectly with a OpenAI apikey to use a llm model. I am trying to use the dashboards assistant plugin as an interface for my previous work. I have created a connector, an agent and linked that agent to “os_chat_root_agent”.

The first question works always correctly, but when I keep asking questions to the model, locally it works fine but in the dashboards app I can see the error, as you can see in the image:
Error from response
InteractionId is required

I have tried a lot of things, such as modifying my product so that an interactionID is always generated but it keeps working the same.

Does someone know hoy to solve this?
Thnks

Relevant Logs or Screenshots:

@alexc can you send the command you used to create the models, agent and connectors please. Also have you tried this with any other apis like ollama or Anthropic?