-
Notifications
You must be signed in to change notification settings - Fork 96
feat(Designer): Add reasoning flag to agent loop in consumption #8703
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
base: main
Are you sure you want to change the base?
Conversation
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | No change needed |
| Commit Type | ✅ | No change needed |
| Risk Level | Add repository risk label risk:low to match PR body |
|
| What & Why | Fix typo and expand to briefly describe behavior and location | |
| Impact of Change | Expand impacts for Users/Developers/System; mention changed file | |
| Test Plan | Add brief justification for manual-only testing or add a lightweight automated test | |
| Contributors | Add credits or a short note if applicable | |
| Screenshots/Videos | ✅ | Screenshot present; ensure it clearly shows the dropdown |
Final message
This PR is small and low risk (29 additions to a single manifest file). I recommend the following actionable updates before merging:
- Add the repository risk label that matches the PR body (e.g.
risk:low). - Fix the typo in the "What & Why" section: change
resoningtoreasoningand expand the line to briefly describe the user-visible effect and the manifest file changed (libs/logic-apps-shared/.../manifests/agentloop.ts). - In Impact of Change, explicitly state the user/developer/system impacts as suggested above to help reviewers.
- In Test Plan, either add a short justification why automated tests are not required for this manifest-only change or add a small automated test if feasible.
- Add contributor credits if others helped with design/review, or add a short note if none.
Once those small updates are made, this PR looks good to merge (advised risk: Low). Thank you for the clear title and the included screenshot!
Last updated: Thu, 15 Jan 2026 20:31:20 GMT
|
📊 Coverage check completed. See workflow run for details. |
There was a problem hiding this 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 adds the reasoningEffort parameter as an advanced option to the agent loop configuration in the consumption manifest. This allows users to control the level of reasoning effort applied by AI models during agent loop execution.
Changes:
- Added
reasoningEffortfield toagentChatCompletionSettingsin the consumption agent loop manifest - Configured as a dropdown with five options: low, medium, high, none, and minimal
- Follows the same implementation pattern as the standard manifest
Commit Type
Risk Level
What & Why
Adding resoning flag to the agent loop
Impact of Change
Test Plan
Contributors
Screenshots/Videos