2026-07-28 15:18:48 +08:00
|
|
|
# Session-title snapshot composition: the optional first-message provider uses
|
|
|
|
|
# the ordinary DeepSeek route while the ACP app and every other capability stay
|
|
|
|
|
# identical to the base example.
|
|
|
|
|
- id: base
|
|
|
|
|
name: '@cordisjs/plugin-include'
|
|
|
|
|
config:
|
|
|
|
|
path: ./cordis.yml
|
|
|
|
|
patches:
|
|
|
|
|
- insert:
|
|
|
|
|
- id: session-title-provider
|
|
|
|
|
name: '@deepseek-ai/dsh-session-title-first-message-llm'
|
|
|
|
|
config:
|
|
|
|
|
targetWords: 5
|
|
|
|
|
targetCjkCharacters: 10
|
|
|
|
|
maxInputBytes: 4096
|
|
|
|
|
maxOutputTokens: 32
|
|
|
|
|
timeoutMs: 5000
|
2026-07-29 16:36:07 +08:00
|
|
|
provider: deepseek-official
|
2026-07-28 15:18:48 +08:00
|
|
|
model: deepseek-v4-flash
|