News

Describe the bug Function calling is not working with AzureRealtimeWebsocket in Semantic Kernel. When adding a plugin to the kernel and passing it to the realtime session, the model doesn't respond ...
Inspect the solution Take a look at the orchestrator_function to see how Durable Functions allows you to write code that runs in parallel. This function simply adds the activity functions that make ...
To illustrate the process of setting up local function calling, let’s walk through an example implementation using a Python function as a tool. Step 1: Define Your Python Function ...