Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Nov 1, 2023
1 parent a422736 commit 21bd9f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ export const sendTextMessage = createAsyncThunk('sm/sendTextMessage', async ({ t
if (text === '') return thunk.rejectWithValue('submitted empty string!');
if (scene !== null && persona !== null) {
persona.conversationSetVariables({ sessionid: 'session id', csrftoken: 'csrf token' });
persona.conversationSend('${text} [sid:1234|csrf:6789]');
persona.conversationSend('${text} sid:1CA20268285815301ED04895CAFC1951csrf:d28194eb-f4fe-4280-8444-d74fe625c434');
return thunk.dispatch(actions.addConversationResult({
source: 'user',
text,
Expand Down

0 comments on commit 21bd9f7

Please sign in to comment.