mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 03:24:42 -07:00
continuous session
This commit is contained in:
@@ -370,6 +370,8 @@ export class ToolExecutor {
|
||||
outputFile,
|
||||
contentLength: typeof content === 'string' ? content.length : undefined,
|
||||
data: toolResult.data,
|
||||
newHistory: toolResult.newHistory,
|
||||
compressionInfo: toolResult.compressionInfo,
|
||||
};
|
||||
|
||||
const startTime = 'startTime' in call ? call.startTime : undefined;
|
||||
|
||||
Reference in New Issue
Block a user