semantic-kernel
semantic-kernel copied to clipboard
Integrate cutting-edge LLM technology quickly and easily into your apps
**Describe the bug** When an agent supports parallel function calling, it may try to hand off to multiple agents at the same time. This behavior is not obvious and difficult...
File: [python/samples/getting_started/02-running-prompts-from-file.ipynb](https://github.com/microsoft/semantic-kernel/blob/main/python/samples/getting_started/02-running-prompts-from-file.ipynb) Description: The following code block appears twice in the notebook and is only necessary once: ``` from services import Service from samples.service_settings import ServiceSettings service_settings = ServiceSettings() #...
Cross linking to this https://github.com/MicrosoftDocs/semantic-kernel-docs/issues/285 - you can close as dupe. For convenience, pasting 285 here: This page https://learn.microsoft.com/en-us/semantic-kernel/concepts/ai-services/chat-completion/?tabs=csharp-AzureOpenAI%2Cpython-AzureOpenAI%2Cjava-AzureOpenAI&pivots=programming-language-python tells me that I need a deployed model to use chat...