github Azure/azure-sdk-for-python azure-ai-voicelive_1.2.0b4

pre-release7 hours ago

1.2.0b4 (2026-02-12)

Features Added

  • Agent Session Configuration: Added AgentSessionConfig TypedDict for configuring Azure AI Foundry agents at connection time:
    • agent_name: The name of the agent (required)
    • project_name: The Foundry project containing the agent (required)
    • agent_version: Optional version specification
    • conversation_id: Optional existing conversation ID to continue
    • authentication_identity_client_id: Optional client ID for authentication
    • foundry_resource_override: Optional Foundry resource override
  • Server Warning Events: Added ServerEventWarning and ServerEventWarningDetails for handling non-fatal warnings from the service
  • New Event Type: Added ServerEventType.WARNING for warning event handling

Breaking Changes

  • Removed Foundry Agent Tools: The following classes and enums related to Foundry agent tools have been removed:
    • FoundryAgentTool - Use AgentSessionConfig with connect() instead
    • ResponseFoundryAgentCallItem
    • FoundryAgentContextType enum
    • ToolType.FOUNDRY_AGENT enum value
    • ItemType.FOUNDRY_AGENT_CALL enum value
    • ServerEventResponseFoundryAgentCallArgumentsDelta
    • ServerEventResponseFoundryAgentCallArgumentsDone
    • ServerEventResponseFoundryAgentCallInProgress
    • ServerEventResponseFoundryAgentCallCompleted
    • ServerEventResponseFoundryAgentCallFailed
    • Related ServerEventType enum values for Foundry agent events

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.