mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
docs: rename Chat API to Chats API (#23121)
Renames the page title and manifest label from "Chat API" to "Chats API" to match the plural endpoint path (`/api/experimental/chats`).
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# Chat API
|
# Chats API
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> The Chat API is experimental and gated behind the `agents` experiment flag.
|
> The Chats API is experimental and gated behind the `agents` experiment flag.
|
||||||
> Endpoints live under `/api/experimental/chats` and may change without notice.
|
> Endpoints live under `/api/experimental/chats` and may change without notice.
|
||||||
|
|
||||||
The Chat API lets you create and interact with Coder Agents
|
The Chats API lets you create and interact with Coder Agents
|
||||||
programmatically. You can start a chat, send follow-up messages, and stream
|
programmatically. You can start a chat, send follow-up messages, and stream
|
||||||
the agent's response — all without using the Coder dashboard.
|
the agent's response — all without using the Coder dashboard.
|
||||||
|
|
||||||
+3
-3
@@ -1212,9 +1212,9 @@
|
|||||||
"state": ["early access"]
|
"state": ["early access"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Chat API",
|
"title": "Chats API",
|
||||||
"description": "Programmatic access to Coder Agents via the experimental Chat API",
|
"description": "Programmatic access to Coder Agents via the experimental Chats API",
|
||||||
"path": "./ai-coder/agents/chat-api.md",
|
"path": "./ai-coder/agents/chats-api.md",
|
||||||
"state": ["early access"]
|
"state": ["early access"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user