I have an agent that makes api calls on behalf of the the user of the agent. These api calls have been exposed as tools.
Prior to using the agent, the client app has already done an oauth to the end user. The bearer token is passed to the agent_os. How can I include that token in the calls to the tools/apis?