Skip to content

Comments

Update parameter type hints and documentation across multiple files for clarity and consistency.#207

Merged
cleemullins merged 3 commits intomainfrom
users/cleemullins/docReferenceFixes
Oct 28, 2025
Merged

Update parameter type hints and documentation across multiple files for clarity and consistency.#207
cleemullins merged 3 commits intomainfrom
users/cleemullins/docReferenceFixes

Conversation

@cleemullins
Copy link
Collaborator

Fixes #204

Fixes all 43 errors identified in issue #204

…or clarity and consistency.

Fixes all 43 errors identified in issue #204
Copilot AI review requested due to automatic review settings October 27, 2025 21:50
@cleemullins cleemullins requested a review from a team as a code owner October 27, 2025 21:50
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 updates parameter type hints and documentation across multiple files to address 43 errors identified in issue #204. The changes focus on improving clarity and consistency in documentation.

  • Standardized documentation markup (replacing .. remarks:: with .. note::, updating code block syntax)
  • Enhanced type hints with fully qualified class paths for better IDE support
  • Added missing return type documentation across multiple methods

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
channel_service_adapter.py Updated documentation markers and added fully qualified type path for InvokeResponse; added docstring and Optional return type for _process_turn_results
channel_adapter.py Enhanced parameter type documentation with fully qualified paths, added missing return type documentation, improved parameter descriptions
agent_application.py Standardized documentation format, improved type hints with Callable signatures, updated example code blocks to use proper reStructuredText syntax
activity_handler.py Added missing Awaitable import, updated documentation markers from remarks to note, added return type documentation, fixed method reference typos
msal_auth.py Updated type hint with fully qualified class path for AgentAuthConfiguration
teams_channel_account.py Corrected inline code formatting in parameter description
conversation_account.py Corrected inline code formatting in parameter description
channel_account.py Corrected inline code formatting in parameter description

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

…ng/core/channel_service_adapter.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings October 27, 2025 21:51
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

Copilot reviewed 8 out of 8 changed files in this pull request and generated no new comments.


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

@cleemullins cleemullins enabled auto-merge (squash) October 27, 2025 23:11
@cleemullins cleemullins merged commit e8de0c2 into main Oct 28, 2025
10 checks passed
@cleemullins cleemullins deleted the users/cleemullins/docReferenceFixes branch October 28, 2025 18:22
axelsrz pushed a commit that referenced this pull request Oct 31, 2025
…or clarity and consistency. (#207)

* Update parameter type hints and documentation across multiple files for clarity and consistency.

Fixes all 43 errors identified in issue #204

* Update libraries/microsoft-agents-hosting-core/microsoft_agents/hosting/core/channel_service_adapter.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Chris Mullins <chmullins@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
axelsrz added a commit that referenced this pull request Oct 31, 2025
* Update parameter type hints and documentation across multiple files for clarity and consistency. (#207)

* Update parameter type hints and documentation across multiple files for clarity and consistency.

Fixes all 43 errors identified in issue #204

* Update libraries/microsoft-agents-hosting-core/microsoft_agents/hosting/core/channel_service_adapter.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Chris Mullins <chmullins@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Proactive sample WIP (#213)

* Proactive sample WIP

* Proactive echo in teams WIP

* Small fixes for proactive with experimental sample

---------

Co-authored-by: Chris Mullins <cleemullins@users.noreply.github.com>
Co-authored-by: Chris Mullins <chmullins@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.

Python Package Reference on Learn has broken cross-reference links

2 participants