AI Step with KB + Chunks from Query

I'm trying to store chunks from the Query API in a variable to use it afterwards in the Response AI Step wit KB.

For example, lets say i store the content of the chunks from the query in variable called: kb_content

afterwards i want to use the Response AI Step with KB to generate an answer with only the kb_content as context.

I aldready tried this, but somehow the response gets only generated from the KB and not with kb_content.

Is it not possible to do this with the Response AI with KB step? I mean you can also store the memory in a variable and use it as context in the AI with KB step.

First I tried this with the Set AI step, but the were a lot of hallucinations, so i wanted to use the Response AI step with KB, to avoid this.
Was this page helpful?