
Function calling with chat completion | Microsoft Learn
Apr 16, 2025 · With Semantic Kernel, we simplify the process of using function calling by automatically describing your functions and their parameters to the model and then handling …
Configuring Agents with Semantic Kernel Plugins
May 23, 2025 · For an Agent, integrating Plugins and Function Calling is built on this foundational Semantic Kernel feature. Once configured, an agent will choose when and how to call an …
Migrating to the new Function Calling capabilities
Sep 24, 2024 · Therefore, it resides in Semantic Kernel abstractions and will be used by all AI connectors working with function-calling capable AI models. This guide is intended to help you …
Function Invocation | Microsoft Learn
This example demonstrates how to use the auto function invocation in Semantic Kernel. AI model decides which functions to call to complete the prompt and Semantic Kernel does the rest and …
Plugins in Semantic Kernel | Microsoft Learn
Dec 10, 2024 · Behind the scenes, Semantic Kernel leverages function calling, a native feature of most of the latest LLMs to allow LLMs, to perform planning and to invoke your APIs.
Function Choice Behavior | Microsoft Learn
Function invocation is the process whereby Semantic Kernel invokes functions chosen by the AI model. For more details on function invocation see function invocation article.
Semantic Kernel Text Search Function Calling (Preview)
Oct 16, 2024 · This plugin will be advertised to the AI model for use with automatic function calling, using the FunctionChoiceBehavior in the prompt execution settings. When you run this …
Migrating from Stepwise Planner to Auto Function Calling
Jun 11, 2025 · Describes the steps for SK caller code to migrate from Stepwise Planner to Auto Function Calling.
More advanced scenarios for telemetry | Microsoft Learn
Sep 24, 2024 · Auto Function Calling is a Semantic Kernel feature that allows the kernel to automatically execute functions when the model responds with function calls, and provide the …
Automatic function calling - Training | Microsoft Learn
This module introduces a setting to automatically invoke functions using the Semantic Kernel SDK. Learn how to use the Semantic Kernel to automatically invoke functions to complete a …