constructor<
MessageType,
AuthOptions
>(
fields: GoogleAIBaseLLMInput<AuthOptions> | undefined,
caller: AsyncCaller,
client: GoogleAbstractedClient,
streaming: boolean
): AbstractGoogleLLMConnection<MessageType, AuthOptions>| Name | Type | Description |
|---|---|---|
fields* | GoogleAIBaseLLMInput<AuthOptions> | undefined | |
caller* | AsyncCaller | |
client* | GoogleAbstractedClient | |
streaming | boolean |