[untitled]
1 comments
Function-calling is a powerful feature in Large Language Models (LLMs), enabling code execution in response to user queries1Semantic Kernel simplifies this by allowing built-in or custom plugins2. This article explores how Semantic Kernel creates a function-calling JSON schema, crucial for determining the correct function to invoke.