Description
Before RC1 you could do the following to get the messages in a session:
AgentSession session = await agent.CreateSessionAsync();
IList<ChatMessage> messagesInSession = session.GetService<IList<ChatMessage>>()!;
I can't for the life of me see how you can do something similar in the RC1 version :-(
Code Sample
Error Messages / Stack Traces
Package Versions
RC1
.NET Version
.NET10
Additional Context
No response