learn: fix autonomy-level accuracy and wire CheckOrderStatus to a real endpoint#800
Open
Shivapriya92 wants to merge 4 commits into
Open
learn: fix autonomy-level accuracy and wire CheckOrderStatus to a real endpoint#800Shivapriya92 wants to merge 4 commits into
Shivapriya92 wants to merge 4 commits into
Conversation
Shivapriya provided in-product screenshots showing four autonomy levels (Suggestive, Assistive, Autonomous, Agentic). Autonomous (Level 3) is the default for a new employee but sits one level below the top, Agentic. My earlier wording in custom-employee-lab.mdx and the outline doc wrongly called Autonomous "the highest level" -- corrected in both places, and the full four-level ladder text (verbatim from the product's own info panel) is logged in the outline's Verification log as VERIFIED IN-PRODUCT source material, useful later for the businessapp-docs citation gap (WI-7 item 5). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…escription Cal PR #796 item 4: the Required line promised a runnable example but CheckOrderStatus was illustration-only. Wired it to a live, verified, free public test endpoint (dummyjson.com/carts, order_number as a path parameter, no auth) after Shivapriya approved the design. Expanded the capability description in detail per her request, and added a paragraph explaining the endpoint is a stand-in, not a real order system. Checked creating-custom-capabilities.md field reference before writing: there is no inline {param} URL templating in the real UI -- parameters are configured separately with a path/query/body location -- so the lesson describes it that way instead of inventing a syntax. Marks implementation-plan.md WI-7 item 7 done. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Adds the two screenshots backing Shivapriya's VERIFIED IN-PRODUCT attestation: the live Configure panel (Autonomy: Level 3: Autonomous) and the product's own four-level autonomy ladder info panel. Replaces the pending-upload placeholder in the outline's Verification log with the real paths. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #796 (already merged) closing out CalCooper's non-blocking review comments, plus a correction caught during my own verification pass.
[VERIFIED IN-PRODUCT]attestation logged in the outline's new Verification log, per Cal's tagging proposal on docs: add transcript-knowledge-capture skill and per-topic notes #782.GET https://dummyjson.com/carts,order_numberas a path parameter, no auth), with an expanded capability description and a paragraph explaining it's a stand-in, not a real order system. Path-vs-query parameter mechanics were checked againstcreating-custom-capabilities.md's field reference first, not assumed.Files
docusaurus/training/ai-workforce/custom-employee-lab.mdx— autonomy wording, CheckOrderStatus endpoint + descriptionlearn-revamp/drafts/OUTLINE-ai-workforce-train-and-custom-lab.md— Verification log, changelog (v5–v7), corrected tagslearn-revamp/drafts/img/autonomy-level-3-in-product.png,autonomy-four-level-ladder.png— verification screenshotslearn-revamp/implementation-plan.md— WI-7 items 5 and 7 marked doneStill open (tracked in implementation-plan.md, WI-7)
[DOC]citationTesting
GET https://dummyjson.com/carts/1hit live and confirmed returning real JSON before writing it into the lesson.npm run buildrun locally: succeeds (Generated static files in "build"). Broken-link/anchor warnings in the output are pre-existing debt in the main docs instance (/accounts/,/administration/,/business-app/,/commerce/,/crm/, etc.) — none touchcustom-employee-lab.mdx,train-your-employee.mdx, or anything else in this PR.