Skip to content

Python: Update Declarative workflows actions documentation (fixes #6125)#6188

Open
hanhan761 wants to merge 1 commit into
microsoft:mainfrom
hanhan761:docs-6125-remove-invokepromptagent
Open

Python: Update Declarative workflows actions documentation (fixes #6125)#6188
hanhan761 wants to merge 1 commit into
microsoft:mainfrom
hanhan761:docs-6125-remove-invokepromptagent

Conversation

@hanhan761
Copy link
Copy Markdown

Summary

Remove InvokePromptAgent from the supported action types list in the declarative workflows README. This action kind was removed in PR #6126 as part of cleaning up Python-only declarative actions.

Issue

Fixes #6125

Verification

  • grep -n "InvokePromptAgent" python/samples/03-workflows/declarative/README.md now returns no matches
  • No other references to InvokePromptAgent remain in the codebase

Copilot AI review requested due to automatic review settings May 30, 2026 07:01
Copy link
Copy Markdown
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

Note

Copilot was unable to run its full agentic suite in this review.

Removes a reference to InvokePromptAgent from the declarative workflows sample README, likely because this action is not actually supported.

Changes:

  • Removed the InvokePromptAgent bullet from the "Agent Invocation" section of the README.

@moonbox3 moonbox3 added documentation Improvements or additions to documentation python labels May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python: Update Declarative workflows actions documentation

3 participants