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

Integrate cutting-edge LLM technology quickly and easily into your apps

Results 1333 semantic-kernel issues
Sort by recently updated
recently updated
newest added

**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...

bug
python
stale
multi-agent

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() #...

python
samples
stale

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...

python
documentation
samples
stale