@vellumai/plugin-api 0.10.10-dev.202607211138.bfe9453 → 0.10.10-dev.202607211337.6d2617c
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 +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -713,6 +713,7 @@ declare const AssistantConfigSchema: z.ZodObject<{
|
|
|
713
713
|
minimax: "minimax";
|
|
714
714
|
atlascloud: "atlascloud";
|
|
715
715
|
together: "together";
|
|
716
|
+
litellm: "litellm";
|
|
716
717
|
baseten: "baseten";
|
|
717
718
|
}>>;
|
|
718
719
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -847,6 +848,7 @@ declare const AssistantConfigSchema: z.ZodObject<{
|
|
|
847
848
|
minimax: "minimax";
|
|
848
849
|
atlascloud: "atlascloud";
|
|
849
850
|
together: "together";
|
|
851
|
+
litellm: "litellm";
|
|
850
852
|
baseten: "baseten";
|
|
851
853
|
}>>;
|
|
852
854
|
model: z.ZodOptional<z.ZodString>;
|
package/package.json
CHANGED