Topic
Semantic Kernel Plugins & Native Functions
13 posts on semantic kernel plugins & native functions — part of framework tutorials on the n4n AI blog.
Semantic Kernel plugins tutorial: importing OpenAPI specs
Learn to import OpenAPI specs as Semantic Kernel plugins with runnable Python code, authentication handling, and production-ready patterns.
Semantic Kernel plugins tutorial: function error handling
Learn semantic kernel native function error handling with practical patterns for retries, fallbacks, and structured error types in plugin development.
Semantic Kernel plugins tutorial: chaining functions
Learn to chain Semantic Kernel functions into pipelines with native plugins, kernel arguments, and automatic parameter passing — runnable code included.
Semantic Kernel plugins tutorial: auto function calling
Build a working Semantic Kernel auto function calling setup with plugins, kernel configuration, and debugging techniques you can run today.
Semantic Kernel native functions tutorial in C#
Build Semantic Kernel native functions in C# with this step-by-step tutorial — plugins, DI, async patterns, and invocation strategies.
Semantic Kernel functions tutorial: testing plugins locally
A practical guide to testing Semantic Kernel plugins locally with unit tests, integration tests, and debugging strategies that catch issues before deployment.
Semantic Kernel functions tutorial: prompt vs native
A practical head-to-head comparison of Semantic Kernel prompt functions versus native functions with code examples, a decision matrix, and clear guidance on when to use each approach.
Semantic Kernel functions tutorial: parameter schemas
A practical guide to defining and validating parameter schemas in Semantic Kernel functions, covering JSON Schema, kernel arguments, and common serialization pitfalls.
Building a weather plugin for Semantic Kernel
Learn to build a weather plugin for Semantic Kernel with native functions, dependency injection, and proper error handling in this step-by-step tutorial.
Semantic Kernel plugins tutorial: writing native functions
Hands-on semantic kernel plugins native functions tutorial: build Python native function plugins, register them, invoke from kernel or LLM, with runnable code.
Semantic Kernel plugins tutorial: n4n.ai function calling
Build semantic kernel plugins function calling n4n.ai: a hands-on Python tutorial to wire native functions to an OpenAI-compatible gateway with runnable code.
Building a Semantic Kernel plugin from scratch
Step-by-step guide to build semantic kernel plugin from scratch in C#: define native functions, semantic functions, wire up LLM, and verify with tests.
Building a database query plugin for Semantic Kernel
Learn how to build database query plugin Semantic Kernel native functions in Python, covering schema introspection, safe SQL execution, and end-to-end verification.
More topics in framework tutorials
- Building Chatbots with Vercel AI SDK & Next.js15
- LangChain RAG with Vector Databases15
- LangGraph Multi-Agent Workflows15
- LlamaIndex Query Engines for RAG15
- AutoGen Multi-Agent Conversations & Group Chat14
- Choosing an AI Framework by Use Case14
- CrewAI Agent Roles & Task Design14
- CrewAI Real-World Crew Examples14
- Haystack RAG Pipelines14
- LangChain Agents & Tool Calling14
- LangChain Multi-Model Fallback & Routing14
- LangChain.js for Node & TypeScript14