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

Java: feat: Add KernelFunction method for async prompt invocation with argu… #7381

Closed

Conversation

takashiuesaka
Copy link

Motivation and Context

This PR is related to microsoft/semantic-kernel-java#108 .

We need a more convenient overload method for Kernel.InvokePromptAsync. Currently, this method doesn't accept KernelFunctionArguments and InvocationContext.

Description

Contribution Checklist

@takashiuesaka takashiuesaka requested a review from a team as a code owner July 22, 2024 08:13
@markwallace-microsoft markwallace-microsoft added the java Issue or PR regarding Java code label Jul 22, 2024
@github-actions github-actions bot changed the title feat: Add KernelFunction method for async prompt invocation with argu… Java: feat: Add KernelFunction method for async prompt invocation with argu… Jul 22, 2024
@dsgrieve
Copy link
Member

@takashiuesaka - The java code has moved to https://github.com/microsoft/semantic-kernel-java. Would you mind reapplying your PR to that repository and then closing this one? Thanks.

@takashiuesaka
Copy link
Author

I added new PR to the new Repo.
microsoft/semantic-kernel-java#155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Issue or PR regarding Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants