bailian-cli-commands 1.11.2 → 1.13.0
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/dist/index.d.mts +21 -2
- package/dist/index.mjs +2586 -243
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -698,13 +698,21 @@ declare const _default$7: _$bailian_cli_core0.Command<{
|
|
|
698
698
|
type: "string";
|
|
699
699
|
valueHint: string;
|
|
700
700
|
description: string;
|
|
701
|
-
|
|
701
|
+
};
|
|
702
|
+
region: {
|
|
703
|
+
type: "string";
|
|
704
|
+
valueHint: string;
|
|
705
|
+
description: string;
|
|
702
706
|
};
|
|
703
707
|
apiKey: {
|
|
704
708
|
type: "string";
|
|
705
709
|
valueHint: string;
|
|
706
710
|
description: string;
|
|
707
|
-
|
|
711
|
+
};
|
|
712
|
+
key: {
|
|
713
|
+
type: "string";
|
|
714
|
+
valueHint: string;
|
|
715
|
+
description: string;
|
|
708
716
|
};
|
|
709
717
|
model: {
|
|
710
718
|
type: "string";
|
|
@@ -712,6 +720,17 @@ declare const _default$7: _$bailian_cli_core0.Command<{
|
|
|
712
720
|
description: string;
|
|
713
721
|
required: true;
|
|
714
722
|
};
|
|
723
|
+
contextWindow: {
|
|
724
|
+
type: "number";
|
|
725
|
+
valueHint: string;
|
|
726
|
+
description: string;
|
|
727
|
+
};
|
|
728
|
+
wireApi: {
|
|
729
|
+
type: "string";
|
|
730
|
+
valueHint: string;
|
|
731
|
+
description: string;
|
|
732
|
+
choices: string[];
|
|
733
|
+
};
|
|
715
734
|
}>;
|
|
716
735
|
//#endregion
|
|
717
736
|
//#region src/commands/update.d.ts
|