mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-25 13:30:45 -07:00
Revert background agent commits (#4479)
This commit is contained in:
committed by
GitHub
parent
5b7b6fe608
commit
4dbd9f30b6
@@ -113,7 +113,9 @@ export class DiscoveredMCPTool extends BaseTool<ToolParams, ToolResult> {
|
||||
args: params,
|
||||
},
|
||||
];
|
||||
const responseParts = await this.mcpTool.callTool(functionCalls);
|
||||
|
||||
const responseParts: Part[] = await this.mcpTool.callTool(functionCalls);
|
||||
|
||||
return {
|
||||
llmContent: responseParts,
|
||||
returnDisplay: getStringifiedResultForDisplay(responseParts),
|
||||
|
||||
Reference in New Issue
Block a user