MicrosoftDocs / semantic-kernel-docs

Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages.
MIT License
173 stars 100 forks source link

Python code example for SequentialPlanner and the prompt that used by SequentialPlanner are not available #60

Open GeisaFaustino opened 8 months ago

GeisaFaustino commented 8 months ago

skprompt.txt file file not available

The link related to he prompt that is used by SequentialPlanner is broken. Please see the piece of text below extracted from documentation.

"You can see the prompt that is used by SequentialPlanner by navigating to the skprompt.txt file in the Semantic Kernel repository. "

Also, I did not find the file skprompt.txt file on Sematic Kernel repo. Without the prompt I was not able to reproduce in Python the C# example available on of this page. Could you kindly point me out where I can find this file?

Python code example not available

In addition, although the documentation says "The following code initializes both a kernel and a SequentialPlanner", in fact it instantiate a BasicPlanner, as presented on image below.

GeisaFaustino commented 8 months ago

If you share the prompt used in SequentialPlanner, I would be happy in contributing with Python code.

kottofy commented 7 months ago

Looks like they did update the link to the skprompt.txt file in the documentation.