Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 84757fe

Browse files
author
Matt Mazzola
authored
fix: get app for change_model actions (#43)
1 parent 059c392 commit 84757fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sdk/src/CLRunner.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,7 @@ export class CLRunner {
11911191
break
11921192
}
11931193
case CLM.ActionTypes.CHANGE_MODEL: {
1194+
app = await clRecognizeResult.state.BotState.GetApp()
11941195
const changeModelAction = new CLM.ChangeModelAction(clRecognizeResult.scoredAction as any)
11951196
sessionId = await clRecognizeResult.state.BotState.GetSessionIdAndSetConversationId(conversationReference)
11961197
actionResult = await this.TakeChangeModelAction(

0 commit comments

Comments
 (0)