diff options
Diffstat (limited to 'packages/cli/src/ui/hooks/useRefreshMemoryCommand.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/useRefreshMemoryCommand.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/cli/src/ui/hooks/useRefreshMemoryCommand.ts b/packages/cli/src/ui/hooks/useRefreshMemoryCommand.ts new file mode 100644 index 00000000..025eb9a0 --- /dev/null +++ b/packages/cli/src/ui/hooks/useRefreshMemoryCommand.ts @@ -0,0 +1,7 @@ +/** + * @license + * Copyright 2025 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + +export const REFRESH_MEMORY_COMMAND_NAME = '/refreshmemory'; |
