Skip to content

Commit 41c60ce

Browse files
authored
Merge branch 'main' into feature/audio-modality
2 parents a826742 + bb5fdd2 commit 41c60ce

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

schema/schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,6 +2038,12 @@
20382038
},
20392039
"type": "object"
20402040
},
2041+
"required": {
2042+
"items": {
2043+
"type": "string"
2044+
},
2045+
"type": "array"
2046+
},
20412047
"type": {
20422048
"const": "object",
20432049
"type": "string"

schema/schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@ export interface Tool {
695695
inputSchema: {
696696
type: "object";
697697
properties?: { [key: string]: object };
698+
required?: string[];
698699
};
699700
}
700701

0 commit comments

Comments
 (0)