microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
21.89k stars 3.26k forks source link

.Net: [Handlebars Planner] V1.1 Enhancements #4252

Closed teresaqhoang closed 5 months ago

teresaqhoang commented 11 months ago

Implement:

Completed:

markwallace-microsoft commented 11 months ago

@teresaqhoang Can you elaborate on the "Retry logic" task?

For context, we have removed all custom retry logic from the SK core and instead allow SK to work well with standard resiliency patterns.

strikene commented 8 months ago

@teresaqhoang Are the features mentioned in #4293 available in 1.5?

teresaqhoang commented 8 months ago

Yes, it was included in Release 1.4 with commit https://github.com/microsoft/semantic-kernel/commit/6652ce61c20ef8081a5dd3cc211a53e933d53e15 .Net: Configurable Handlebars Planner prompt (https://github.com/microsoft/semantic-kernel/pull/4918)

matthewbolanos commented 5 months ago

Closing since development on the Handlebars is on pause as we develop a Python planner