microsoft / semantic-kernel-java

Semantic Kernel for Java. Integrate cutting-edge LLM technology quickly and easily into your Java based apps. See https://aka.ms/semantic-kernel.
MIT License
89 stars 16 forks source link

Add two overload methods to the invokePromptAsync method #155

Closed takashiuesaka closed 3 months ago

takashiuesaka commented 3 months ago

This PR is related to #108.

  1. One method accepts KernelFunctionArguments
  2. The other method accepts KernelFunctionArguments and InvocationContext

Motivation and Context

Description

Contribution Checklist

johnoliver commented 3 months ago

@takashiuesaka great, thanks