docs: clean gateway runtime transition remnants (#3334)

This commit is contained in:
Eilen Shin
2026-06-02 10:03:28 +08:00
committed by GitHub
parent 019bd16a06
commit 74e3e80cf6
4 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
-| **Artifacts** (`/api/threads/{id}/artifacts`) | `GET /{path}` - serve artifacts; `?download=true` for download with citation removal |
+| **Artifacts** (`/api/threads/{id}/artifacts`) | `GET /{path}` - serve artifacts; `?download=true` for file download |
Proxied through nginx: `/api/langgraph/*` → LangGraph, all other `/api/*` → Gateway.
Proxied through nginx: `/api/langgraph/*` → Gateway LangGraph-compatible runtime, all other `/api/*` → Gateway REST APIs.
```
- **第 159 行**:表格中 Artifacts 描述由「download with citation removal」改为「file download」。