google-gemini
Reactive icon

Google Gemini

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 20 December 2023
 by 
0.0
 (0 ratings)
google-gemini

Google Gemini

Documentation
1.0.0

GoogleGemini component has only one server action GenerateContent, which takes 2 input parameters and has one Output parameter mentioned below - 


GenerateContent (Server Actioan) - Use the GenerateContent method to generate a response from the model given an input Query.


Input Parameters

Query (Text, Mandatory) - Query for which content will be generate.

APIKey (Text, Mandatory)  - Your Google Gemini API key. browse here to get your API key - Google Gemini API Key


Output Parameter

Response (Text) - Generated content for given query.