Description
Methods for creating (CreateSessionAsync) and deserializing (DeserializeSessionAsync) sessions exposed by AIAgent are asynchronous. However, the SerializeSession method is still synchronous. To better support different usage scenarios, this method should be asynchronous as well.
Language/SDK
.NET