Google VertexAI Tool Calling
Overview
You can use this Snap to provide external tools for the model to call, supplying internal data and information for the model's responses.

- This is a Transform-type Snap.
Works in Ultra Tasks
Prerequisites
- A valid Google GenAI Service Account, Google GenAI Access Token Account or Google Gemini API Key Account configured with the following OAuth scope https://www.googleapis.com/auth/generative-language.
Limitations
- gemini-1.0-pro and gemini-1.5-pro is not supported for the Top K field.
- When using OpenAPI tools type, the Snap throws errors for circular references, unsupported schema fields, or unsupported Gemini models.
- When defining function parameters using JSON schema within OpenAPI tools, Google Gemini supports only specific keywords and directly processes and reports errors for unsupported keywords.
Snap views
| Type | Description | Examples of upstream and downstream Snaps |
|---|---|---|
| Input | This Snap supports exactly one document input view. The input has a message list that contains the conversation history, a tool definition list, and other query parameters to the Google VertexAI Generate. | |
| Output |
This Snap supports exactly two document output views.
|
|
| Learn more about Error handling. | ||
Snap settings
- Expression icon (
): Allows using JavaScript syntax to access SnapLogic Expressions to set field values dynamically (if enabled). If disabled, you can provide a static value. Learn more.
- SnapGPT (
): Generates SnapLogic Expressions based on natural language using SnapGPT. Learn more.
- Suggestion icon (
): Populates a list of values dynamically based on your Snap configuration. You can select only one attribute at a time using the icon. Type into the field if it supports a comma-separated list of values.
- Upload
: Uploads files. Learn more.
| Field/Field set | Type | Description |
|---|---|---|
| Label | String |
Required. Specify a unique name for the Snap. Modify this to be more appropriate, especially if more than one of the same Snaps is in the pipeline. Default value: Google VertexAI Gemini Tool Calling Example: Agent worker tool caller |
| Model name | String/Expression/ Suggestion |
Required. The model name to use for Gemini API. Default value: N/A Example: gemini-2.0-flash |
| Model location | String/Expression/ Suggestion |
The location of the model. Default value: N/A Example: us-central1 |
| Content payload | String/Expression |
Required. Specify the content payload to send to the Gemini text generation endpoint for all contents. Contents coming from the Prompt Generator Snap will be correctly formatted. Default value: N/A Example: |
| Tool payload | String/Expression |
Required. The list of tool definitions to send to the model. Default value: N/A Example: |
| Tool configurations |
Modify the tool call settings to guide the model responses and optimize output processing. |
|
| Function calling mode | Dropdown list/Expression |
Required. Specifies the mode in which function calling should execute.
Default value: AUTO Example: AUTO |
| Allowed function names | String/Expression |
Required. Specify a set of function names that limit the functions the model can call. Default value: N/A Example: |
| Model parameters |
Parameters used to tune the model runtime. |
|
| Top K | Integer/Expression |
The number of high-probability tokens considered for each generation step, controlling the randomness of the output. If left blank, the endpoint uses its default value. Default value: N/A Example: 20 |
| Stop sequences | String/Expression |
Sequence of tokens to stop the completion at. Default value: N/A Example: .pay, ["amazing"], ["September", "paycheck"] |
| Temperature | Decimal/Expression |
The sampling temperature to use, a decimal value between 0 and 1. If left blank, the endpoint uses its default value. Default value: N/A Example: 0.2 |
| Maximum tokens | Integer/Expression |
Maximum number of tokens that can be generated in the Gemini text generation foundation model. If left blank, the endpoint uses its default value. Default value: N/A Example: 50 |
| Top P | Decimal/Expression |
The nucleus sampling value, which must be a decimal between 0 and 1. If left blank, the endpoint uses its default value. Default value: N/A Example: 0.2 |
| Advanced prompt configurations |
Configure the advanced prompt settings. |
|
| System prompt | String/Expression |
Specify the persona for the model to adopt in the responses. This initial instruction guides the LLM's responses and actions. Default value: N/A Example:
|
| Snap execution | Dropdown list |
Choose one of the three modes in
which the Snap executes. Available options are:
Default value: Validate & Execute Example: Execute only |