microsoft / semantic-kernel

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

.Net Processes - Sync parameter name for error handler #9797

Closed crickman closed 5 days ago

crickman commented 5 days ago

Motivation and Context

Update sample Step04_AgentOrchestration to correctly specify the name of the function parameter.

Fixes: https://github.com/microsoft/semantic-kernel/issues/9778

Description

Sample specified parameter name exception but the actual name had been refactored to error.

Contribution Checklist