Asset Name | Asset Type | Description |
|---|---|---|
Salesforce_Query_Tool | Tool connection | Tool that connects to the Salesforce database to execute queries and retrieve data. |
Gemini LLM | Model connection | Model that connects to the Gemini Large Language Model (LLM). |
Salesforce Query AI Agent | Agent flow | Agent that processes user requests containing instructions for the LLM and directives to execute SOQL queries. The LLM generates a list of SOQL queries based on these instructions. The system executes each query sequentially against the Salesforce database, providing the results back to the LLM as context for subsequent queries. |