semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Python: Add OpenAI's sequence_number attribute to unit tests based on their latest package

Open moonbox3 opened this issue 7 months ago • 1 comments

Motivation and Context

OpenAI release a new python package (1.81.0) which has some updates to the underlying Pydantic models for the Responses API. We need to pull in a new change for ResponseOutputItemDoneEvent, ResponseOutputItemAddedEvent, and ResponseTextDeltaEvent for streaming invocation which now has sequence_number attribute.

Description

Bring in a change from OpenAI's Python SDK from v1.81.0 related to SK's OpenAIResponsesAgent.

Contribution Checklist

moonbox3 avatar May 21 '25 22:05 moonbox3

Python Unit Test Overview

Tests Skipped Failures Errors Time
3595 18 :zzz: 0 :x: 0 :fire: 1m 39s :stopwatch:

markwallace-microsoft avatar May 21 '25 23:05 markwallace-microsoft