Prompt-based method that could be re-used in multiple Skills #1478
Replies: 1 comment
-
@Rhastamagic check out the updated planner - this should help - https://devblogs.microsoft.com/semantic-kernel/migrating-from-the-sequential-and-stepwise-planners-to-the-new-handlebars-and-stepwise-planner/ |
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
-
As far as I understand, we have two kinds of Skills in SK: code-based and prompt-based.
I am wondering whether SK has prompt-based methods that could be reused in multiple code-based Skills.
Provide a case to help me introduce what I want:
SK agent could generate the plan in terms of the goal I described.
When it executes the plan step by step, it may find some core information is missing in the goal and then needs to interact with the user to get this additional info.
I am seeking a way to implement this kind of 'interaction' that can be defined in prompt style and can be reused in multiple Skills.
Beta Was this translation helpful? Give feedback.
All reactions