docs: add gateway.webchat.chatHistoryMaxChars config reference

This commit is contained in:
Vincent Koc 2026-04-01 19:25:17 +09:00
parent 32ae841098
commit 00a49fe8b4
1 changed files with 2 additions and 2 deletions

View File

@ -52,9 +52,9 @@ Status: the macOS/iOS SwiftUI chat UI talks directly to the Gateway WebSocket.
Full configuration: [Configuration](/gateway/configuration)
Channel options:
WebChat options:
- No dedicated `webchat.*` block. WebChat uses the gateway endpoint + auth settings below.
- `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.
Related global options: