We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baba62d commit d110191Copy full SHA for d110191
schema/schema.json
@@ -1984,15 +1984,15 @@
1984
},
1985
"type": "object"
1986
1987
- "type": {
1988
- "const": "object",
1989
- "type": "string"
1990
- },
1991
"required": {
1992
"items": {
1993
"type": "string"
1994
1995
"type": "array"
+ },
+ "type": {
+ "const": "object",
+ "type": "string"
1996
}
1997
1998
"required": [
schema/schema.ts
@@ -695,6 +695,7 @@ export interface Tool {
695
inputSchema: {
696
type: "object";
697
properties?: { [key: string]: object };
698
+ required?: string[];
699
};
700
701
0 commit comments