interface GithubRepoLoaderParamsAn interface that represents the parameters for the GithubRepoLoader class. It extends the AsyncCallerParams interface and adds additional properties specific to the GitHub repository loader.
The API endpoint URL of the GitHub instance. To be used when you are not targeting github.com, e.g. a GitHub Enterprise instance.
The base URL of the GitHub instance. To be used when you are not targeting github.com, e.g. a GitHub Enterprise instance.
The maximum number of concurrent calls that can be made. Defaults to 2.
The maximum number of retries that can be made for a single call, with an exponential backoff between each attempt. Defaults to 2.
Custom handler to handle failed attempts. Takes the originally thrown error object as input, and should itself throw an error if the input error is not retryable.
Set to true to recursively process submodules. Is only effective, when recursive=true.