Skip to content

Fix docstring inconsistency in CaseParticipant.set_name_if_empty#304

Closed
Copilot wants to merge 1 commit intoapi-bt-demo-2from
copilot/sub-pr-303
Closed

Fix docstring inconsistency in CaseParticipant.set_name_if_empty#304
Copilot wants to merge 1 commit intoapi-bt-demo-2from
copilot/sub-pr-303

Conversation

Copy link
Contributor

Copilot AI commented Feb 26, 2026

Docstring in CaseParticipant.set_name_if_empty referenced actor while the implementation uses attributed_to.

Changes

  • vultron/as_vocab/objects/case_participant.py: Updated set_name_if_empty docstring to use attributed_to consistently with the implementation
# Before
"""If name is empty, set it to the actor's name if available, otherwise set it to the string representation of attributed_to."""

# After
"""If name is empty, set it to the attributed_to's name if available, otherwise set it to the string representation of attributed_to."""

Please note: Pull request submissions are subject to our
Contribution Instructions


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI mentioned this pull request Feb 26, 2026
Copilot AI changed the title [WIP] Work in progress to address review feedback on API workflow PR Fix docstring inconsistency in CaseParticipant.set_name_if_empty Feb 26, 2026
@ahouseholder
Copy link
Contributor

nevermind, will handle in the original PR

@ahouseholder ahouseholder deleted the copilot/sub-pr-303 branch February 26, 2026 16:19
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