Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.Net: Fixing issues with functions that take a parameter. (microsoft#…
…4240) ### Motivation and Context In our example named Example09_FunctionTypes there are a few KernelFunction examples that's relying on the special `input` parameter that is no longer supported. This PR fixes the example by specifying a value for the function parameter in the KernelArguments. ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄 Co-authored-by: Ben Thomas <bentho@microsoft.com>
- Loading branch information