diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-02-10 13:39:21 +0000 |
|---|---|---|
| committer | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-02-10 13:39:21 +0000 |
| commit | 18b6257119b8abe27d9c76369b69dbfc4d6e028b (patch) | |
| tree | 7e1233b9d31e7ed66687e86971f447bfcc5a4ed8 /packages/web/src/content/docs/pl/server.mdx | |
| parent | c607c01fb9acc72d2d041fb6eb9d4dff0f49814f (diff) | |
| download | opencode-18b6257119b8abe27d9c76369b69dbfc4d6e028b.tar.gz opencode-18b6257119b8abe27d9c76369b69dbfc4d6e028b.zip | |
chore: generate
Diffstat (limited to 'packages/web/src/content/docs/pl/server.mdx')
| -rw-r--r-- | packages/web/src/content/docs/pl/server.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/pl/server.mdx b/packages/web/src/content/docs/pl/server.mdx index 7a5093dca..0fa35e858 100644 --- a/packages/web/src/content/docs/pl/server.mdx +++ b/packages/web/src/content/docs/pl/server.mdx @@ -177,7 +177,7 @@ Serwer opencode udostępnia następujące interfejsy API. | `GET` | `/session/:id/message/:messageID` | Uzyskaj szczegóły wiadomości | Zwraca `{ info: `<a href={typesUrl}>Wiadomość</a>`, parts: `<a href={typesUrl}>Część[]</a>`}` | | `POST` | `/session/:id/prompt_async` | Wyślij wiadomość asynchronicznie (bez czekania) | treść: taka sama jak `/session/:id/message`, zwraca `204 No Content` | | `POST` | `/session/:id/command` | Wykonaj polecenie ukośnika | treść: `{ messageID?, agent?, model?, command, arguments }`, zwraca `{ info: `<a href={typesUrl}>Wiadomość</a>`, parts: `<a href={typesUrl}>Część[]</a>`}` | -| `POST` | `/session/:id/shell` | Uruchom polecenie shell | treść: `{ agent, model?, command }`, zwraca `{ info: `<a href={typesUrl}>Wiadomość</a>`, parts: `<a href={typesUrl}>Część[]</a>`}` | +| `POST` | `/session/:id/shell` | Uruchom polecenie shell | treść: `{ agent, model?, command }`, zwraca `{ info: `<a href={typesUrl}>Wiadomość</a>`, parts: `<a href={typesUrl}>Część[]</a>`}` | --- |
