This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +26
-13
lines changed
Expand file tree Collapse file tree 1 file changed +26
-13
lines changed Original file line number Diff line number Diff line change 22242224 "default" : [],
22252225 "type" : " array" ,
22262226 "items" : {
2227- "type" : " object"
2228- }
2227+ "type" : " array" ,
2228+ "properties" : {
2229+ "type" : {
2230+ "type" : " string" ,
2231+ "enum" : [" function" ]
2232+ },
2233+ "function" : {
2234+ "$ref" : " #/components/schemas/Function"
2235+ }
2236+ },
2237+ "required" : [" type" , " function" ]
2238+ },
22292239 },
22302240 "metadata" : {
22312241 "type" : " object" ,
22862296 "nullable" : true
22872297 },
22882298 "tools" : {
2289- "type" : " object "
2299+ "type" : " array "
22902300 },
22912301 "metadata" : {
22922302 "type" : " object" ,
28692879 }
28702880 },
28712881 "tools" : {
2872- "type" : " object" ,
2873- "properties" : {
2874- "type" : {
2875- "type" : " string" ,
2876- "enum" : [" function" ]
2882+ "type" : " array" ,
2883+ "items" : {
2884+ "type" : " object" ,
2885+ "properties" : {
2886+ "type" : {
2887+ "type" : " string" ,
2888+ "enum" : [" function" ]
2889+ },
2890+ "function" : {
2891+ "$ref" : " #/components/schemas/Function"
2892+ }
28772893 },
2878- "function" : {
2879- "$ref" : " #/components/schemas/Function"
2880- }
2881- },
2882- "required" : [" type" , " function" ]
2894+ "required" : [" type" , " function" ]
2895+ }
28832896 },
28842897 "tool_choice" : {
28852898 "anyOf" : [
You can’t perform that action at this time.
0 commit comments