mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-14 08:01:02 -07:00
Update packages/core/src/tools/web-fetch.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -158,7 +158,8 @@ class WebFetchToolInvocation extends BaseToolInvocation<
|
||||
|
||||
private async executeFallbackForUrl(
|
||||
url: string,
|
||||
_signal: AbortSignal,
|
||||
signal: AbortSignal,
|
||||
perUrlBudget: number,
|
||||
): Promise<{ content: string; error?: string }> {
|
||||
// Convert GitHub blob URL to raw URL
|
||||
let fetchUrl = url;
|
||||
|
||||
Reference in New Issue
Block a user