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
Describe the bug
In the code sample, the TravelAgent should first introduce the chat (message 1). After that, the first user message ('Plan me a day trip') should appear (message 2) and then be answered (message 3). Then, the second user message ('I don't like that destination...') (message 4) should be added to the thread and answered (message 5).
Instead, the user starts and the Agent then replies with its introduction (and not a planned day trip). The second user message assumes a destination was given, which is not the case.
To Reproduce
Steps to reproduce the behavior: Run the notebook 03-semantic-kernel.
Expected behavior
I expect the Agent to introduce itself BEFORE the first user message is added, as seen in the video.