Skip to content

Copilot workflow editor using SK planner #5715

Answered by matthewbolanos
Woland2k asked this question in Q&A
Discussion options

You must be logged in to vote

If you want to recreate similar logic within Semantic Kernel, the first thing you should do, is model each one of the nodes as a KernelFuncion. From there, you can use standard C# (or Python/Java) code to sequentially call each of your functions and passing the input/output from one function to the other.

Once you want the AI to automatically call your functions, you can use automatic function calling within Semantic Kernel so your LLM can automatically invoke any of your plugins.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by matthewbolanos
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants
Converted from issue

This discussion was converted from issue #5702 on April 01, 2024 15:53.