@agentconnect.md/cli 1.14.0-rc.7 → 1.14.0-rc.8
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8221,7 +8221,7 @@ const AgentSpec = object({
|
|
|
8221
8221
|
name: string(),
|
|
8222
8222
|
displayName: string().nullable().optional(),
|
|
8223
8223
|
iconUrl: string().url().nullable().optional(),
|
|
8224
|
-
description: string().
|
|
8224
|
+
description: string().optional(),
|
|
8225
8225
|
runtime: string().optional(),
|
|
8226
8226
|
model: string().nullable().optional(),
|
|
8227
8227
|
reasoningEffort: string().nullable().optional(),
|