Skip to content

03-semantic-kernel gives Agent Instructions after user message, instead of before #232

@duly-atom8texts

Description

@duly-atom8texts

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.

Screenshots

Image

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions