docs: refresh config catalog for replay capacity

This commit is contained in:
Tianyi Cui
2026-07-21 19:05:40 +08:00
parent 39c9bf3ef2
commit 373bf333ac

View File

@@ -608,10 +608,12 @@ export interface ReplayModelConfig {
name?: string
/** Optional selector description. */
description?: string
/** Optional positive integer context capacity published by the replay adapter. */
contextWindow?: number
}
```
Source: [`packages/support/llm-replay/src/index.ts:375`](../packages/support/llm-replay/src/index.ts)
Source: [`packages/support/llm-replay/src/index.ts:385`](../packages/support/llm-replay/src/index.ts)
## `@deepseek-ai/dsh-llm-retry`