openai Package

OpenAI extensions for Microsoft Agent 365 Tooling SDK.

Tooling and utilities specifically for OpenAI framework integration. Provides OpenAI-specific helper utilities including:

  • McpToolRegistrationService: Service for MCP tool registration and chat history management

For type hints, use the types directly from the OpenAI Agents SDK:

  • agents.memory.Session: Protocol for session objects
  • agents.items.TResponseInputItem: Type for input message items

Modules

mcp_tool_registration_service

MCP Tool Registration Service for OpenAI.

This module provides OpenAI-specific extensions for MCP tool registration, including methods to send chat history from OpenAI Sessions and message lists.

Classes

McpToolRegistrationService

Service for managing MCP tools and servers for an agent