You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The project runs well when I choose separate prompt options and query the models separately. But while using the pairprompting option, where the prompt is sent to both ai models simultaneously, the following error is logged:
Uncaught TypeError: Cannot read properties of undefined (reading 'user')
at ChatMessage (ChatInterface.jsx:203:66)
Initial Investigation suggests the error is pointing to how the chat logs are updated when the pair prompting option is used
The text was updated successfully, but these errors were encountered:
Description:
The project runs well when I choose separate prompt options and query the models separately. But while using the pairprompting option, where the prompt is sent to both ai models simultaneously, the following error is logged:
Uncaught TypeError: Cannot read properties of undefined (reading 'user')
at ChatMessage (ChatInterface.jsx:203:66)
Initial Investigation suggests the error is pointing to how the chat logs are updated when the pair prompting option is used
The text was updated successfully, but these errors were encountered: