Commit 9e85b89
authored
Remove wrong decision type from inline comment of HITL docs (#1775)
## Overview
<!-- Brief description of what documentation is being added/updated -->
This PR removes decision type "edit" from an inline comment located in
HITL docs. In the scenario described in the code snippet, only "approve"
and "reject" are allowed but the inline comment includes "edit", which
contradicts interrupt config.
## Type of change
**Type:** Update existing documentation
## Checklist
<!-- Put an 'x' in all boxes that apply -->
- [x] I have read the [contributing guidelines](README.md)
- [ ] I have tested my changes locally using `docs dev`
- [ ] All code examples have been tested and work correctly
- [ ] I have used **root relative** paths for internal links
- [ ] I have updated navigation in `src/docs.json` if needed
(Internal team members only / optional): Create a preview deployment as
necessary using the [Create Preview Branch
workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml)
## Additional notes
<!-- Any other information that would be helpful for reviewers -->
to make it clear:
<img width="647" height="439" alt="langchain_docs_pr"
src="https://github.com/user-attachments/assets/7be38aee-bed5-4f0b-868f-f7b9e189d743"
/>1 parent ffdb217 commit 9e85b89
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
0 commit comments