I see responses in the retrieve step of a reAct chat engine. But when I attempt to see the sources via response.sources or response.source_nodes, I get empty lists. Any specific reason this happens and insights ?
That's more related to the subquestion query engine. The interface and they way it was implemented is not great haha. Decided to log it through callbacks for that one.
Had one more question @Logan M (Sorry to bother you repeatedly, feel free to ignore if you're busy!) - if I were using a custom LLM from LangChain that basically does OpenAI calls (we have a custom library wrapper around OpenAI LLMs), I wouldn't be able to use it with OpenAI Agent in Llama Index, right?