Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADR to add support for multiple native function arguments of many types #1554

Conversation

markwallace-microsoft
Copy link
Member

Motivation and Context

Please help reviewers and future users, providing the following information:

  1. Why is this change required? Move native functions closer to a normal C# experience.

Description

ADR to record this decision: #1195

Contribution Checklist

@markwallace-microsoft markwallace-microsoft force-pushed the users/markwallace/adr-support-multiple-native-function-args branch from c4b6873 to c474b72 Compare June 19, 2023 18:25
@shawncal shawncal force-pushed the users/markwallace/adr-support-multiple-native-function-args branch from c474b72 to c9b78f9 Compare June 19, 2023 18:38
@shawncal shawncal enabled auto-merge June 19, 2023 18:38
@shawncal shawncal added this pull request to the merge queue Jun 19, 2023
Merged via the queue into microsoft:main with commit 6b4631c Jun 19, 2023
@evchaki evchaki added this to the Sprint 33 milestone Jun 30, 2023
shawncal pushed a commit to shawncal/semantic-kernel that referenced this pull request Jul 6, 2023
…es (microsoft#1554)

### Motivation and Context
Please help reviewers and future users, providing the following
information:
1. Why is this change required? Move native functions closer to a normal
C# experience.


### Description
ADR to record this decision:
microsoft#1195

### Contribution Checklist
- [x] The code builds clean without any errors or warnings
- [x] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [x] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
@markwallace-microsoft markwallace-microsoft deleted the users/markwallace/adr-support-multiple-native-function-args branch November 20, 2023 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants