microsoft / Power-CAT-Copilot-Studio-Kit

MIT License
50 stars 8 forks source link

Test tool should capture all responses to the test utterance, not just the last one #58

Open joewelds opened 1 week ago

joewelds commented 1 week ago

The VA we have for some clients doesn't simply respond in one go. Sometimes the VA will send multiple text answers to the user in responding to an intent.

An example is here:

image

When I put the entire match text in the powerCAT test kit the test fails as the kit only collects the second part of the response.

image

Seems like since the tool only is handling one step, it should capture all responses given and use that as the resultant response.

If capturing all content is not the desired behavior, how can I test this compound response type of intent?

patilravikiran commented 6 days ago

Acknowledged.