Wrapper class for interacting with Google's Generative AI service (Gemini). Provides methods for generating text responses based on prompts.
Creates a new GoogleGemini instance.
Configuration options for the GoogleGemini instance.
If the API key is missing.
Generates a response based on the given prompt using the Google Generative AI service.
The input prompt for generating the response.
A Promise that resolves to the generated response text.
Wrapper class for interacting with Google's Generative AI service (Gemini). Provides methods for generating text responses based on prompts.