kbeaugrand / SemanticKernel.Assistants

Microsoft Semantic Kernel Assistants This enables the usage of assistants for the Semantic Kernel. It provides different scenarios for the usage of assistants such as: Assistant with Semantic Kernel plugins Multi-Assistant conversation
MIT License
95 stars 8 forks source link

rough implementation of WithKernelToClone #19

Closed joslat closed 9 months ago

joslat commented 9 months ago

Description

What's new? WithKernelToClone(kernel kerneltoClone)

Ideal for the case of creating several agents, avoids the steps of creating the kernel or a clone by wrapping this inside this builder method.

What kind of change does this PR introduce?