Notable Changes
- As we advance towards our objective of bringing SK Python to version 1.0, we are implementing several significant modifications. These updates are aimed at ensuring consistency with SK .NET and adhering to industry norms. In the current release, we have updated all occurrences of
Skills
toPlugins
. This modification impacts class names, variable names, as well as filenames and directory names. completion
settings were updated toexecution_settings
. This change is related to thePromptTemplateConfig
andAIRequestSettings
and brings the Python code in better alignment with how it is done in .NET.
What's Changed
- Python: Bump jinja2 from 3.1.2 to 3.1.3 in /python by @dependabot in #4583
- Python: Fix OYD tool message parsing by @sarah-widder in #4599
- Python: Fixes
Plan
using an empty function in describe and incorrectly setting context variables for next steps. by @juliomenendez in #4673 - Python: Rename skills to plugins. Update prompt template config to use execution settings to align with dotnet. by @moonbox3 in #4595
- Python: Bump pyproject version to 0.4.6. Bump notebook sk versions to 0.4.6. by @moonbox3 in #4712
Full Changelog: python-0.4.5.dev...python-0.4.6.dev