We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b94661 commit 5555d09Copy full SHA for 5555d09
chat-client/src/client/chat.ts
@@ -153,6 +153,7 @@ export const createChat = (
153
break
154
case GET_SERIALIZED_CHAT_REQUEST_METHOD:
155
mynahApi.getSerializedChat(message.requestId, message.params as GetSerializedChatParams)
156
+ break
157
case CHAT_OPTIONS: {
158
const params = (message as ChatOptionsMessage).params
159
if (params?.quickActions?.quickActionsCommandGroups) {
0 commit comments