Update packages/cli/src/ui/types.ts
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
This commit is contained in:
parent
6247cb8ddd
commit
2a2d041dcd
|
@ -119,7 +119,7 @@ export enum MessageType {
|
|||
INFO = 'info',
|
||||
ERROR = 'error',
|
||||
USER = 'user',
|
||||
ABOUT = 'about', // Added ABOUT type
|
||||
ABOUT = 'about',
|
||||
// Add GEMINI if needed by other commands
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue