Skip to content

Commit 00a49fe

Browse files
committed
docs: add gateway.webchat.chatHistoryMaxChars config reference
1 parent 32ae841 commit 00a49fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/web/webchat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Status: the macOS/iOS SwiftUI chat UI talks directly to the Gateway WebSocket.
5252

5353
Full configuration: [Configuration](/gateway/configuration)
5454

55-
Channel options:
55+
WebChat options:
5656

57-
- No dedicated `webchat.*` block. WebChat uses the gateway endpoint + auth settings below.
57+
- `gateway.webchat.chatHistoryMaxChars`: maximum character count for text fields in `chat.history` responses. When a transcript entry exceeds this limit, Gateway truncates long text fields and may replace oversized messages with a placeholder. Per-request `maxChars` can also be sent by the client to override this default for a single `chat.history` call.
5858

5959
Related global options:
6060

0 commit comments

Comments
 (0)