Update packages/cli/src/ui/hooks/slashCommandProcessor.ts

Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
This commit is contained in:
Miguel Solorio 2025-05-23 14:34:22 -07:00 committed by N. Taylor Mullen
parent 1af19c57de
commit 6247cb8ddd
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import { type PartListUnion } from '@google/genai';
import open from 'open';
import { UseHistoryManagerReturn } from './useHistoryManager.js';
import { Config } from '@gemini-code/server';
import { Message, MessageType, HistoryItemWithoutId } from '../types.js'; // Removed HistoryItem
import { Message, MessageType, HistoryItemWithoutId } from '../types.js';
import { createShowMemoryAction } from './useShowMemoryCommand.js';
export interface SlashCommandActionReturn {