model: tweak renderer for qwen3coder

This commit is contained in:
jmorganca
2025-09-28 01:29:03 -07:00
parent c47154c08d
commit abc6a300de
2 changed files with 9 additions and 9 deletions

View File

@@ -291,7 +291,7 @@ func mapToTypeScriptType(jsonType string) string {
case "boolean":
return "boolean"
case "array":
return "any[]"
return "array"
case "object":
return "Record<string, any>"
case "null":