Skip to content

Fix for proactive experimental sample in WC - #217

Merged
Axel Suárez (axelsrz) merged 1 commit into
mainfrom
users/axsuarez/proactive-ws-fix
Oct 31, 2025
Merged

Fix for proactive experimental sample in WC#217
Axel Suárez (axelsrz) merged 1 commit into
mainfrom
users/axsuarez/proactive-ws-fix

Conversation

@axelsrz

Copy link
Copy Markdown
Member

This pull request makes a minor update to the ConversationAccount model by changing the type of the conversation_type field to be optional. This improves the model's flexibility and ensures that the field can be omitted when necessary.

@axelsrz
Axel Suárez (axelsrz) requested a review from a team as a code owner October 31, 2025 15:10
Copilot AI review requested due to automatic review settings October 31, 2025 15:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 a type annotation inconsistency in the ConversationAccount class by adding the Optional wrapper to the conversation_type field.

  • Updated conversation_type field type annotation to Optional[NonEmptyString] to be consistent with its default value of None

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@axelsrz
Axel Suárez (axelsrz) enabled auto-merge (squash) October 31, 2025 15:16
@axelsrz
Axel Suárez (axelsrz) merged commit 48fbd9d into main Oct 31, 2025
16 checks passed
@axelsrz
Axel Suárez (axelsrz) deleted the users/axsuarez/proactive-ws-fix branch October 31, 2025 15:17
Copilot AI mentioned this pull request Dec 2, 2025
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.

2 participants