fix: #1562 - Only show text portion of goose message if there is text to display (#1791)

This commit is contained in:
Alex Hancock
2025-03-20 12:08:51 -04:00
committed by GitHub
parent e273f8ebce
commit 3257262410
4 changed files with 23 additions and 6 deletions
+8
View File
@@ -320,6 +320,10 @@
"type"
],
"properties": {
"description": {
"type": "string",
"nullable": true
},
"envs": {
"$ref": "#/components/schemas/Envs"
},
@@ -363,6 +367,10 @@
"cmd": {
"type": "string"
},
"description": {
"type": "string",
"nullable": true
},
"envs": {
"$ref": "#/components/schemas/Envs"
},