@soat/cli 0.17.3 → 0.17.4
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.mjs +4 -4
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -13,7 +13,7 @@ import { load } from "js-yaml";
|
|
|
13
13
|
import * as os from "node:os";
|
|
14
14
|
|
|
15
15
|
//#region package.json
|
|
16
|
-
var version = "0.17.
|
|
16
|
+
var version = "0.17.4";
|
|
17
17
|
|
|
18
18
|
//#endregion
|
|
19
19
|
//#region src/cli-wrappers/wrappers/formations.ts
|
|
@@ -718,7 +718,7 @@ var routes = {
|
|
|
718
718
|
"in": "body"
|
|
719
719
|
}, {
|
|
720
720
|
"name": "tool_choice",
|
|
721
|
-
"description": "Tool choice strategy. Accepts a string (`\"auto\"`, `\"required\"`) or an object (`{ \"type\": \"tool\", \"
|
|
721
|
+
"description": "Tool choice strategy. Accepts a string (`\"auto\"`, `\"required\"`) or an object (`{ \"type\": \"tool\", \"tool_name\": \"my_tool\" }`).",
|
|
722
722
|
"required": false,
|
|
723
723
|
"type": "string",
|
|
724
724
|
"in": "body"
|
|
@@ -864,7 +864,7 @@ var routes = {
|
|
|
864
864
|
"in": "body"
|
|
865
865
|
}, {
|
|
866
866
|
"name": "tool_choice",
|
|
867
|
-
"description": "Tool choice strategy. Accepts a string (`\"auto\"`, `\"required\"`) or an object (`{ \"type\": \"tool\", \"
|
|
867
|
+
"description": "Tool choice strategy. Accepts a string (`\"auto\"`, `\"required\"`) or an object (`{ \"type\": \"tool\", \"tool_name\": \"my_tool\" }`).",
|
|
868
868
|
"required": false,
|
|
869
869
|
"type": "string",
|
|
870
870
|
"in": "body"
|
|
@@ -994,7 +994,7 @@ var routes = {
|
|
|
994
994
|
"in": "body"
|
|
995
995
|
}, {
|
|
996
996
|
"name": "tool_choice",
|
|
997
|
-
"description": "Tool choice strategy. Accepts a string (`\"auto\"`, `\"required\"`) or an object (`{ \"type\": \"tool\", \"
|
|
997
|
+
"description": "Tool choice strategy. Accepts a string (`\"auto\"`, `\"required\"`) or an object (`{ \"type\": \"tool\", \"tool_name\": \"my_tool\" }`).",
|
|
998
998
|
"required": false,
|
|
999
999
|
"type": "string",
|
|
1000
1000
|
"in": "body"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soat/cli",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@inquirer/input": "^5.1.2",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@ttoss/logger": "^0.8.19",
|
|
9
9
|
"commander": "^15.0.0",
|
|
10
10
|
"js-yaml": "^5.2.1",
|
|
11
|
-
"@soat/sdk": "0.17.
|
|
11
|
+
"@soat/sdk": "0.17.4"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@ttoss/config": "^1.37.17",
|