limited-author-80371
08/04/2023, 7:29 PMmessages
is undefined in the logs, which is assigned the value of event.state.session.fullHistory
Solutions attempted:
1. removing trigger and leaving only the conversation start as the only entry point
2. replacing event.state.session.fullHistory
with conversation.SummaryAgent.transcript
, which is also undefined
3. Verified event.state.session.fullHistory
is still working with a another previously published bot.
https://cdn.discordapp.com/attachments/1137105025236221982/1137105025437552720/image.png▾
https://cdn.discordapp.com/attachments/1137105025236221982/1137105025659842812/image.png▾
acoustic-hair-60678
08/04/2023, 7:51 PMlimited-author-80371
08/04/2023, 7:52 PMlimited-author-80371
08/04/2023, 7:53 PMacoustic-hair-60678
08/04/2023, 7:54 PMacoustic-hair-60678
08/04/2023, 7:54 PMlimited-author-80371
08/04/2023, 7:55 PMlimited-author-80371
08/04/2023, 7:58 PMevent.state.session.history
does work, albeit using a different data format than event.state.session.fullHistory
. But I will modify my api endpoint to handle the format of event.state.session.fullhistory
limited-author-80371
08/04/2023, 7:58 PMacoustic-hair-60678
08/04/2023, 8:04 PMhttps://cdn.discordapp.com/attachments/1137105025236221982/1137113839427666021/Screenshot_2023-08-04_at_13.00.37.png▾
limited-author-80371
08/04/2023, 8:05 PMlimited-author-80371
08/04/2023, 8:29 PMacoustic-hair-60678
08/04/2023, 8:33 PMlimited-author-80371
08/04/2023, 8:34 PMacoustic-hair-60678
08/04/2023, 8:36 PM