@base44-preview/cli 0.0.31-pr.230.1b66184 → 0.0.31-pr.231.6535092
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/cli/index.js +2 -2
- package/dist/cli/index.js.map +45 -45
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -160528,7 +160528,7 @@ var ToolConfigSchema = exports_external.union([
|
|
|
160528
160528
|
BackendFunctionToolConfigSchema
|
|
160529
160529
|
]);
|
|
160530
160530
|
var AgentConfigSchema = exports_external.looseObject({
|
|
160531
|
-
name: exports_external.string().
|
|
160531
|
+
name: exports_external.string().trim().min(1).max(100),
|
|
160532
160532
|
description: exports_external.string().trim().min(1, "Description is required"),
|
|
160533
160533
|
instructions: exports_external.string().trim().min(1, "Instructions are required"),
|
|
160534
160534
|
tool_configs: exports_external.array(ToolConfigSchema).optional().default([]),
|
|
@@ -174653,4 +174653,4 @@ export {
|
|
|
174653
174653
|
CLIExitError
|
|
174654
174654
|
};
|
|
174655
174655
|
|
|
174656
|
-
//# debugId=
|
|
174656
|
+
//# debugId=05F6117D1222605A64756E2164756E21
|