You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
accept object message type in AgentBase.PublishEventAsync
Why is this needed?
AgentBase.PublishEventAsync requires the input message to be protobuf IMessage. If we can figure out a way to support object message type, we can make protobuf an optional config for in-memory use case.
The text was updated successfully, but these errors were encountered:
What feature would you like to be added?
accept
object
message type inAgentBase.PublishEventAsync
Why is this needed?
AgentBase.PublishEventAsync
requires the input message to be protobufIMessage
. If we can figure out a way to supportobject
message type, we can make protobuf an optional config for in-memory use case.The text was updated successfully, but these errors were encountered: