Skip to content

Commit

Permalink
Remove duplicate message append on welcome intent
Browse files Browse the repository at this point in the history
  • Loading branch information
peterszerzo committed Feb 2, 2024
1 parent 12997e9 commit 6af0c66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/chat-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ export const createConversation = (config: Config): ConversationHandler => {
},
sendIntent,
sendWelcomeIntent: (context) => {
appendStructuredUserResponse({ intentId: welcomeIntent }, context);
sendIntent(welcomeIntent, context);
},
sendChoice: (choiceId, context) => {
Expand Down

0 comments on commit 6af0c66

Please sign in to comment.