Asset Name | Asset Type | Description |
|---|---|---|
GenerationConfig_PO | Process object | Creates the prompt request. |
SalesforceQueryConnector | Service connector | Custom Salesforce service connector for executing SOQL requests. |
GeminiAIAgentConnection | App connection | Gemini connection. |
SalesforceQueryConnection | App connection | Calls Salesforce using an SOQL request. |
Salesforce Executor | Process | Executes a Salesforce query based on a custom connector using SOQL. |
Prompt Engineering | Process | Calls the LLM, parses the response, gets a query, and returns the query. |
GeminiAI Agent for Salesforce | Process | Calls the LLM with user prompts and translates them into a list of queries. The queries are executed in a sequence. As each query runs, the LLM creates a new Salesforce query. |