init: vibn-agent-runner — Gemini autonomous agent backend
Made-with: Cursor
This commit is contained in:
8
node_modules/gaxios/build/esm/src/retry.d.ts
generated
vendored
Normal file
8
node_modules/gaxios/build/esm/src/retry.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { GaxiosError } from './common.js';
|
||||
export declare function getRetryConfig(err: GaxiosError): Promise<{
|
||||
shouldRetry: boolean;
|
||||
config?: undefined;
|
||||
} | {
|
||||
shouldRetry: boolean;
|
||||
config: import("./common.js").GaxiosOptionsPrepared;
|
||||
}>;
|
||||
Reference in New Issue
Block a user