mirror of
https://github.com/langchain-ai/docs.git
synced 2026-07-16 05:30:30 -04:00
ce500540b2
## Overview <!-- Brief description of what documentation is being added/updated --> This patch adds docs how one would build custom HITL forms using interrupts that describe UI forms. ## 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), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] 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 --> --------- Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"description": "Docs for the project",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@langchain/docs-sandbox": "^0.0.23"
|
|
}
|
|
}
|