13 lines
624 B
YAML
13 lines
624 B
YAML
|
|
# The authoring lane drives the location affordance. A real desktop open
|
||
|
|
# would pop a file manager on the machine running the tests and the
|
||
|
|
# capability itself is platform-detected (macOS yes, headless Linux CI no),
|
||
|
|
# so the gateway is pinned headless: `hasDocument` is false everywhere and
|
||
|
|
# `openDocument` answers the directory as text — the same branch on every
|
||
|
|
# host, and the one whose rendering a golden can hold. A patch replaces the
|
||
|
|
# row's complete config, so the shipped routing defaults ride along.
|
||
|
|
- id: api-gateway
|
||
|
|
config:
|
||
|
|
provider: deepseek-official
|
||
|
|
model: deepseek-v4-flash
|
||
|
|
nativeOpen: false
|