Calling function inside a prompt with multiple variables #1095
Replies: 1 comment
-
@mohammedtabish0 try this - https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/KernelSyntaxExamples/Example64_MultiplePromptTemplates.cs |
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
-
Ability to call function from a prompt through multiple variables ? As of now we can only send one variable while calling the function and not multiple I am looking something like below example:-
TextSkill.Summarize looks like :-
And the calling function looks like :-
Beta Was this translation helpful? Give feedback.
All reactions