fix-gemini-json
This commit is contained in:
@@ -193,7 +193,7 @@ func removeAdditionalPropertiesWithDepth(schema interface{}, depth int) interfac
|
|||||||
if typeVal, exists := v["type"]; !exists || (typeVal != "object" && typeVal != "array") {
|
if typeVal, exists := v["type"]; !exists || (typeVal != "object" && typeVal != "array") {
|
||||||
return schema
|
return schema
|
||||||
}
|
}
|
||||||
|
delete(v, "title")
|
||||||
switch v["type"] {
|
switch v["type"] {
|
||||||
case "object":
|
case "object":
|
||||||
delete(v, "additionalProperties")
|
delete(v, "additionalProperties")
|
||||||
|
|||||||
Reference in New Issue
Block a user