Asset Name | Asset Type | Description |
---|---|---|
AzureOpenAISearchConnection | App connection | Azure 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 run time doesn't exceed 50 seconds, and monitors the number of times the process is called. |
Search Tool Workflow | Process | Orchestrates the workflow based on the LLM response. |
Prompt AzureOpenAI | Process | Calls the LLM and extracts the text for different response types, such as Python, JSON, SQL, and SOQL. |