summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/th/server.mdx
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-10 07:11:13 -0600
committerAdam <[email protected]>2026-02-10 07:11:19 -0600
commit4c4e30cd714d316f44d99b91f846e2be666a26db (patch)
tree3a8bf8aad3be9a01ec3d00a306f2fd2c707c3da9 /packages/web/src/content/docs/th/server.mdx
parent19ad7ad80916836560ce9903b58a02be63ea4715 (diff)
downloadopencode-4c4e30cd714d316f44d99b91f846e2be666a26db.tar.gz
opencode-4c4e30cd714d316f44d99b91f846e2be666a26db.zip
fix(docs): locale translations
Diffstat (limited to 'packages/web/src/content/docs/th/server.mdx')
-rw-r--r--packages/web/src/content/docs/th/server.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/th/server.mdx b/packages/web/src/content/docs/th/server.mdx
index c83851c6a..097a360e8 100644
--- a/packages/web/src/content/docs/th/server.mdx
+++ b/packages/web/src/content/docs/th/server.mdx
@@ -177,7 +177,7 @@ http://<hostname>:<port>/doc
| `GET` | `/session/:id/message/:messageID` | รับรายละเอียดข้อความ | ส่งคืน `{ info: `<a href={typesUrl}>ข้อความ</a>`, parts: `<a href={typesUrl}>ส่วนหนึ่ง[]</a>`}` |
| `POST` | `/session/:id/prompt_async` | ส่งข้อความแบบอะซิงโครนัส (ไม่ต้องรอ) | เนื้อความ: เหมือนกับ `/session/:id/message` ส่งคืน `204 No Content` |
| `POST` | `/session/:id/command` | ดำเนินการคำสั่งเครื่องหมายทับ | เนื้อความ: `{ messageID?, agent?, model?, command, arguments }` ส่งคืน `{ info: `<a href={typesUrl}>ข้อความ</a>`, parts: `<a href={typesUrl}>ส่วน[]</a>`}` |
-| `POST` | `/session/:id/shell` | รันคำสั่งเชลล์ | เนื้อความ: `{ agent, model?, command }` ส่งคืน `{ info: `<a href={typesUrl}>ข้อความ</a>`, parts: `<a href={typesUrl}>ส่วน[]</a>`}` |
+| `POST` | `/session/:id/shell` | รันคำสั่ง shell | เนื้อความ: `{ agent, model?, command }` ส่งคืน `{ info: `<a href={typesUrl}>ข้อความ</a>`, parts: `<a href={typesUrl}>ส่วน[]</a>`}` |
---