Hi,
How can I export the raw messages going back and forth to the currently used model. i.e. including the entire context Cursor sends to the model (rules, history of chat, etc..). Similar to what you can see in observability platforms.
Note: I don’t refer simply to the history of chat which I have seen being asked in other requests.
Background of request: I have a flow which the Cursor agent is able to provide a good response for and I wish to mimic the same flow in custom agent I build (server side) to be part of my application chat. However while I use the same model, Cursor provides much better response. My assumption is it relates to context user by Cursor.
Thanks