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
Within an agent, return a CommandChatResponseContentImpl only defining a custom callback, e.g. new CommandChatResponseContentImpl(undefined, customCallback);
Observe that the command renderer is not invoked
Observe that CommandChatResponseContent.is() called on such an instance will return false
Expected behavior
The command renderer should be invoked
CommandChatResponseContent.is shall return true for such an instance without a command but with a custom callback
The text was updated successfully, but these errors were encountered:
Bug Description:
Steps to Reproduce:
CommandChatResponseContentImpl
only defining a custom callback, e.g.new CommandChatResponseContentImpl(undefined, customCallback)
;CommandChatResponseContent.is()
called on such an instance will return falseExpected behavior
CommandChatResponseContent.is
shall returntrue
for such an instance without a command but with a custom callbackThe text was updated successfully, but these errors were encountered: