mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 19:14:33 -07:00
refactor(cli): remove unused isFirst prop from DenseToolMessage
This commit is contained in:
@@ -11,9 +11,7 @@ import type { IndividualToolCallDisplay } from '../../types.js';
|
||||
import { ToolStatusIndicator } from './ToolShared.js';
|
||||
import { theme } from '../../semantic-colors.js';
|
||||
|
||||
interface DenseToolMessageProps extends IndividualToolCallDisplay {
|
||||
isFirst: boolean;
|
||||
}
|
||||
type DenseToolMessageProps = IndividualToolCallDisplay;
|
||||
|
||||
interface FileDiffResult {
|
||||
fileDiff: string;
|
||||
|
||||
Reference in New Issue
Block a user