microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
22.07k stars 3.29k forks source link

.Net: Processes - Tests for OnFunctionError events. #9703

Closed alliscode closed 1 week ago

alliscode commented 1 week ago

Description

This PR adds one new integration test for processes where a step throws and exception and we expect the framework to emit an OnFunctionError event.

There are other minor changes to improve the de/serialization of events within the shared test infrastructure.

Contribution Checklist