refactor: drop unused tool schema defaults

This commit is contained in:
Tianyi Cui
2026-07-14 05:15:17 +08:00
parent 26e2fe9356
commit f1373cd7ab
4 files changed
+3 -48

No files matched your search

-2
View File
@@ -57,8 +57,6 @@ interface SchemaProp {
description?: string
/** Enum of allowed values (strings only). */
enum?: string[]
/** Default value. */
default?: unknown
/** Nested properties for type: 'object'. */
properties?: SchemaSpec
/** Items schema for type: 'array'. */