The community member has a question about using a ContextRetrieverOpenAIAgent in a query pipeline, instead of the ReAct agent used in the documentation examples. Other community members suggest that it could be possible, and that the AgentRunner is used to run the custom query pipeline, but there is no definitive answer provided.
Hey guys, I have a question regarding a query pipeline on an agent. Can the agent used be a ContextRetrieverOpenAIAgent? In the examples on the documentation they always use a ReAct agent. Does anybody know if this is possible? Is there any documentation regarding this?