Closed as not planned
Description
Question
I am wondering how can I add a message to the conversation so the Agent has access to it?
My setup:
- Agent A is the start agent. It hands it off to Agent B and call on_handoff function.
- Inside the on_handoff function, I run another LLM call(Agent C) to rewrite the initial input. I want to run Agent B with the rewritten query
- How can I add the output from Agent C to the conversation? Or is there a way to override the initial input with the response from Agent C?