Replies: 1 comment
-
Adding @markwallace-microsoft |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In an application, I want to invoke a prompt with chat history.
The idea is to generate follow-up prompts that the user can try based on the response from a model to the user's request (which might have involved tool calling as well) and the chat history so far.
I looked at the documentation for InvokePromptAsync but couldn't find any details on if we can pass the chat history or not, or if it already takes any chat history into account.
Is it possible to achieve this with InvokePromptAsync?
If not, how can I use chat completions via ChatCompletionService?
Since this is sort of a task that happens in the background and is not user facing, I ideally do not want to create a plugin for this.
I would really appreciate it if someone can help me out.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions