Skip to content

Update README.md #6506

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 19, 2025
Merged

Update README.md #6506

merged 2 commits into from
May 19, 2025

Conversation

CakeRepository
Copy link
Contributor

Was unable to get this to work without changing HumanInputMode.ALWAYS for Azure OpenAI model IDE would not compile

Why are these changes needed?

Unable to compile until changing

Related issue number

Checks

Was unable to get this to work without changing HumanInputMode.ALWAYS for Azure OpenAI model IDE would not compile
Copy link
Contributor

@Copilot 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 updates the .NET README example to fix a compilation error by simplifying the enum reference.

  • Removed the ConversableAgent. qualifier from HumanInputMode.ALWAYS
  • Adjusted the code snippet so it compiles without errors
Comments suppressed due to low confidence (1)

dotnet/README.md:43

  • Add a using directive or fully qualify the namespace for HumanInputMode in the README example to ensure it compiles (e.g., using Microsoft.Autogen; or ConversableAgent.HumanInputMode).
humanInputMode: HumanInputMode.ALWAYS)

@jackgerrits jackgerrits enabled auto-merge (squash) May 19, 2025 21:01
@jackgerrits jackgerrits merged commit 2eadef4 into microsoft:main May 19, 2025
60 checks passed
Copy link

codecov bot commented May 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.40%. Comparing base (8c5dcab) to head (952d50f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6506      +/-   ##
==========================================
- Coverage   79.52%   75.40%   -4.12%     
==========================================
  Files         225      331     +106     
  Lines       16661    19779    +3118     
  Branches        0      406     +406     
==========================================
+ Hits        13249    14914    +1665     
- Misses       3412     4592    +1180     
- Partials        0      273     +273     
Flag Coverage Δ
unittests 75.40% <ø> (-4.12%) ⬇️

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.

@CakeRepository CakeRepository deleted the patch-1 branch May 20, 2025 15:46
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.

3 participants