I'm using OpenaiAgent stepwise, and I'm wondering how can I stream these original openai output that is saved in chathistory ? Right now I can only manage to stream ToolOutput class, and ChatMessage class... ToolOutput class is kinda unusuable to be fedback into the agent
found that everything is stored in the state, is there a built in parser to retrieve only the complete chat history with openai tool_call_id and so on ?