refactor: drop unused tool schema defaults
This commit is contained in:
4 files changed
+3
-48
No files matched your search
@@ -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'. */
|
||||
|
||||
Reference in New Issue
Block a user