Skip to content

Conversation

@zrquan
Copy link
Contributor

@zrquan zrquan commented Sep 24, 2025

Why are these changes needed?

Bug fix: AttributeError: Neither 'InstrumentedAttribute' object nor 'Comparator' object associated with Message.created_at has an attribute 'created_at asc'

Checks

@codecov
Copy link

codecov bot commented Sep 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.22%. Comparing base (6dc0a23) to head (932ae36).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7051      +/-   ##
==========================================
- Coverage   81.35%   81.22%   -0.13%     
==========================================
  Files         244      244              
  Lines       18512    18512              
==========================================
- Hits        15060    15036      -24     
- Misses       3452     3476      +24     
Flag Coverage Δ
unittests 81.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ekzhu ekzhu requested a review from victordibia October 4, 2025 00:17
@victordibia victordibia requested a review from Copilot October 4, 2025 00:49
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an AttributeError in the AutoGen Studio web application by correcting the order parameter syntax in a database query. The error occurred when trying to retrieve messages for a run due to an incorrectly formatted order-by clause.

Key Changes

  • Fixed the order parameter syntax in the database query for retrieving run messages

@victordibia victordibia enabled auto-merge (squash) October 4, 2025 00:59
@victordibia victordibia merged commit 13e144e into microsoft:main Oct 4, 2025
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants