semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Python: Deprecate plan class to match .NET

Open madsbolaris opened this issue 2 years ago • 1 comments

This can only happen after #4641 and #4642 are complete

madsbolaris avatar Jan 16 '24 18:01 madsbolaris

We retired the action, basic and stepwise (v1) planners in this PR: https://github.com/microsoft/semantic-kernel/pull/6141. Keeping the plan class around as we still support the Sequential planner right now.

moonbox3 avatar May 07 '24 13:05 moonbox3