@vellumai/assistant 0.10.5-dev.202607022329.d89bf2f → 0.10.5-dev.202607030140.c8c2585
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/openapi.yaml +2 -0
- package/package.json +1 -1
- package/src/__tests__/managed-profile-guard.test.ts +567 -78
- package/src/config/schemas/llm.ts +9 -9
- package/src/config/seed-inference-profiles.ts +30 -19
- package/src/runtime/routes/__tests__/conversation-query-routes.test.ts +137 -51
- package/src/runtime/routes/conversation-query-routes.ts +222 -55
package/openapi.yaml
CHANGED
|
@@ -31970,6 +31970,8 @@ components:
|
|
|
31970
31970
|
additionalProperties: false
|
|
31971
31971
|
supportsVision:
|
|
31972
31972
|
type: boolean
|
|
31973
|
+
invariant:
|
|
31974
|
+
type: boolean
|
|
31973
31975
|
additionalProperties: {}
|
|
31974
31976
|
ProviderConnection:
|
|
31975
31977
|
type: object
|