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
+2
View File
@@ -24,6 +24,7 @@ export type Envs = {
* Represents the different types of MCP extensions that can be added to the manager
*/
export type ExtensionConfig = {
description?: string | null;
envs?: Envs;
/**
* The name used to identify this extension
@@ -35,6 +36,7 @@ export type ExtensionConfig = {
} | {
args: Array<string>;
cmd: string;
description?: string | null;
envs?: Envs;
/**
* The name used to identify this extension