Skip to content

Commit 4122a7a

Browse files
committed
enhance description
1 parent 20e2c11 commit 4122a7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmetadata-spec/src/main/resources/json/schema/configuration/aiPlatformConfiguration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"type": "integer"
2828
},
2929
"streamDeadlineMinutes": {
30-
"description": "Client-side deadline (minutes) for an AI Platform streaming response. If the stream has not completed within this window the client abandons it and surfaces a timeout. Must be coordinated with any server-side deadline on the AI Platform side; the chat lock sweeper derives its default ceiling as streamDeadlineMinutes + 2. Capped at 60 minutes longer tasks should use an async job + polling pattern rather than a single long-lived streaming RPC.",
30+
"description": "Deadline (minutes) Collate enforces on an AI Platform streaming response. Carried on the gRPC call, so the AI Platform reads it from context and wraps up gracefully. The chat lock sweeper uses streamDeadlineMinutes + 2 as its default stale-lock ceiling (override via COLLATE_CHAT_LOCK_MAX_DURATION_MINUTES). Capped at 60 minutes; for longer tasks prefer async job + polling over a single long-lived stream.",
3131
"type": "integer",
3232
"default": 20,
3333
"minimum": 1,

0 commit comments

Comments
 (0)