mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 21:32:56 -07:00
feat(core): Migrate generateContent to model configs. (#12834)
This commit is contained in:
@@ -308,10 +308,11 @@ export class ShellToolInvocation extends BaseToolInvocation<
|
||||
: {};
|
||||
if (summarizeConfig && summarizeConfig[SHELL_TOOL_NAME]) {
|
||||
const summary = await summarizeToolOutput(
|
||||
this.config,
|
||||
{ model: 'summarizer-shell' },
|
||||
llmContent,
|
||||
this.config.getGeminiClient(),
|
||||
signal,
|
||||
summarizeConfig[SHELL_TOOL_NAME].tokenBudget,
|
||||
);
|
||||
return {
|
||||
llmContent: summary,
|
||||
|
||||
Reference in New Issue
Block a user