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

SKFunction should return Task<string> #1334

Merged
merged 8 commits into from
Jun 15, 2023
Merged

SKFunction should return Task<string> #1334

merged 8 commits into from
Jun 15, 2023

Conversation

feiyun0112
Copy link
Contributor

#1321

Function 'GetMyDirectReportsEmailAsync' has an invalid signature not supported by the kernel.

@github-actions github-actions bot added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Jun 4, 2023
@stephentoub
Copy link
Member

It's supported as of #1195. That just needs to be merged. cough @shawncal cough 😄

@stephentoub
Copy link
Member

Oh, sorry, I misread the subject. I see now the function currently returns Task<IEnumerable<string>>, which my PR doesn't enable, yet. We'd just need to decide what the semantics should be of that, and then we could enable it.

@lemillermicrosoft lemillermicrosoft added PR: ready for review All feedback addressed, ready for reviews PR: ready to merge PR has been approved by all reviewers, and is ready to merge. labels Jun 15, 2023
@lemillermicrosoft lemillermicrosoft enabled auto-merge (squash) June 15, 2023 19:05
@lemillermicrosoft lemillermicrosoft merged commit 32a1185 into microsoft:main Jun 15, 2023
@feiyun0112 feiyun0112 deleted the issue-1321 branch June 16, 2023 01:41
@lemillermicrosoft lemillermicrosoft added this to the Sprint 33 milestone Jun 20, 2023
shawncal pushed a commit to shawncal/semantic-kernel that referenced this pull request Jul 6, 2023
microsoft#1321 

Function 'GetMyDirectReportsEmailAsync' has an invalid signature not
supported by the kernel.

Co-authored-by: Lee Miller <lemiller@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code PR: ready for review All feedback addressed, ready for reviews PR: ready to merge PR has been approved by all reviewers, and is ready to merge.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Throwing Invalid Signature For Return Type of GetMyDirectReportsEmailAsync()
3 participants