Document invocation failure summaries and detailed output - #561
Draft
hiroTamada wants to merge 2 commits into
Draft
Document invocation failure summaries and detailed output#561hiroTamada wants to merge 2 commits into
hiroTamada wants to merge 2 commits into
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
There was a problem hiding this comment.
Risk assessment: Very Low
Re-evaluated after the latest push. The diff remains documentation-only.
What changed: One file (apps/status.mdx, +51/−4). The update documents status_reason vs output on failed invocations, wraps the streaming example in a CodeGroup, adds a Python counterpart, and clarifies that a matching summary does not establish error provenance.
Why Very Low:
- No application, SDK, API, or infrastructure code is modified
- No auth, billing, permissions, or production logic changes
- No CODEOWNERS file or codeowner review requirement found
- Blast radius is limited to the Status docs page
Approving. This PR has no prior approval to replace.
Sent by Cursor Automation: Assign PR reviewers
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
Document the distinction between the safe
status_reasonsummary and the original, potentially sensitiveoutputon failed invocations.Tests
PUPPETEER_SKIP_DOWNLOAD=true bunx mintlify validatepassed.Deployment dependency
Merge only after kernel/kernel#3889 has deployed. That API change populates the existing
status_reasonfield. The examples retain a fallback for older responses.