Step Details | |
Introduced in Version | 9.14 |
Last Modified in Version | 9.14 |
Location | AI > Google Vertex |
The Get Generative AI Prediction step generates natural language responses based on input prompts using Google Vertex AI's generative capabilities. This step enables various natural language generation tasks, such as summarization, question answering, or creative writing.
Prerequisites
Refer to Google Vertex AI for setup instructions before using the step.
Additionally, ensure that the Google Cloud module dependency is installed, as it is required for this step to function.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Context | Provides instructions to guide the AI's response. Helps shape the tone, style, or purpose of the output. | String |
Messages | A list of user inputs forming the conversation. Each message contributes to the prompt sent to the generative model. | List of Objects |
Outputs
Property | Description | Data Type |
---|---|---|
Result | Model response to the given context and list of user messages. | List of String |