mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-18 13:54:23 +01:00
extensions: add a display name field (#1759)
This commit is contained in:
@@ -43,6 +43,7 @@ export type ExtensionConfig = {
|
||||
timeout?: number | null;
|
||||
type: 'stdio';
|
||||
} | {
|
||||
display_name?: string | null;
|
||||
/**
|
||||
* The name used to identify this extension
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user