Asset Name | Asset Type | Description |
---|---|---|
GeminiAISearchConnection | App Connection | Gemini connection. |
GoogleSearchAPIConnection | App Connection | Google Search API connection. |
GoogleAPIConnector | Service Connector | Custom service connector to connect to the Google Search API. |
Search Tool | Process | Sends search requests using the Google Search API. |
Action Detail Extractor | Process | Extracts the action from the LLM answer, checks for the final answer, verifies that the execution time does not exceed 50 seconds, and monitors the number of times the process is called. |
Search Tool Workflow | Process | Orchestrates the whole workflow based on the LLM response. |
Prompt Gemini | Process | Calls the LLM and extracts the text for different response types, such as Python, JSON, SQL, and SOQL. |