219 tools found
Async queue-based worker pipeline architecture with concurrent processing, interrupt handling, and real-time streaming at every stage.
A Semantic Kernel coding plugin that searches Microsoft Graph for email messages, enabling AI assistants to retrieve and query user email data programmatically.
6 Semantic Kernel samples for request/response filtering, content moderation, function invocation hooks, and retry logic.
Semantic Kernel Functions demonstrates defining and invoking native functions, prompt functions, and plugins with kernel arguments for extensible AI assistants.
Semantic Kernel Processes enables multi-step workflow orchestration with cycles, nested processes, and plan-and-execute patterns for complex AI task automation.
Semantic Kernel samples for real-time voice chat and function calling over OpenAI and Azure OpenAI realtime APIs.
A notebook showing how to generate embeddings through the Azure OpenAI service, from resource setup to a sample request.
OpenAI GPT Action Library example connecting a Custom GPT to Weather.gov's public forecast API via a two-step resolve-location-then-fetch pattern.
A GPT Actions guide connecting a Custom GPT to Outlook via Azure OAuth, so ChatGPT can read and send mail and manage calendar events.
A GPT Actions guide connecting a Custom GPT to Salesforce Service Cloud via OAuth, to pull and update case data from ChatGPT.
An OpenAI cookbook routing queries between web search and a Pinecone vector database via the Responses API's multi-tool orchestration.
Promptfoo example testing Vertex AI function calling two ways: validating a returned tool call, and actually executing a local callback function.