constructor<
CallOptions extends AsyncCallerCallOptions,
InputType,
AuthOptions,
ResponseType extends GoogleResponse
>(
fields: GoogleAIBaseLLMInput<AuthOptions> | undefined,
caller: AsyncCaller,
client: GoogleAbstractedClient,
streaming: boolean
): GoogleAIConnection<CallOptions, InputType, AuthOptions, ResponseType>| Name | Type | Description |
|---|---|---|
fields* | GoogleAIBaseLLMInput<AuthOptions> | undefined | |
caller* | AsyncCaller | |
client* | GoogleAbstractedClient | |
streaming | boolean |