@vellumai/plugin-api 0.10.12-dev.202607281935.fa0f06f → 0.10.12-dev.202607282031.4f29afe
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5446,7 +5446,9 @@ declare type ResolutionFallbackReason = "missing" | "disabled" | "incomplete";
|
|
|
5446
5446
|
* sits at the top of the chain for every call site.
|
|
5447
5447
|
*
|
|
5448
5448
|
* Profile names are resolved against the effective profile catalog
|
|
5449
|
-
* (code-defined defaults + workspace `llm.profiles
|
|
5449
|
+
* (code-defined defaults + workspace `llm.profiles`), with default profile
|
|
5450
|
+
* keys resolved through `llm.defaultProvider`'s column of the intent ×
|
|
5451
|
+
* provider matrix (see `resolveDefaultProfileForProvider`).
|
|
5450
5452
|
* A "mix" profile is expanded to one of its arms by a seeded weighted pick (see
|
|
5451
5453
|
* `resolveProfileFragment` and `opts.selectionSeed`), uniformly wherever a name
|
|
5452
5454
|
* is dereferenced. Missing references silently fall through (no throw) so the
|
package/package.json
CHANGED