Asset Name | Asset Type | Description |
---|---|---|
GenerationConfig_PO | Process object | Settings for the prompt request. |
Salesforce Query Connector | Service connector | Custom Salesforce connector for executing an SOQL request. |
Generic Connector | Service connector | Generic connector for executing Application Integration requests. |
GenericConnection | App connection | Generic connection for executing Application Integration requests. |
AzureOpenAIAgentConnection | App connection | Azure OpenAI connection. |
MSTeamsAIAgentConnection | App connection | Microsoft Teams connection. |
SnowflakeCortexAIAgentConnection | App connection | Snowflake Cortex AI connection. |
SalesforceQueryConnection | App connection | Connection for calling Salesforce using an SOQL request. |
Dynamics365AIAgentConnection | App connection | Dynamics 365 connection. |
GoogleVertexFunctionCalling | App connection | Google Vertex AI connection. |
Generic Executor | Process | Subprocess that calls Application Integration processes. |
Google Vertex Function Calling | Process | Subprocess that makes a function call and summarizes the response. |
Salesforce Executor | Process | Subprocess that executes a Salesforce query based on a custom connector using SOQL. |
Prompt Azure OpenAI LLM | Process | Subprocess that calls the Azure OpenAI LLM and returns the answer. |
Azure OpenAI Agent for Salesforce | Process | The process that 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. |
Query Snowflake | Process | Subprocess that executes queries in Snowflake. |
Azure OpenAI Agent for Dynamics 365 and Snowflake | Process | Subprocess that uses an AI Agent to iteratively generate and refine API payloads based on user input and previous responses. It handles queries, updates, lookups, and dependencies step-by-step, producing structured JSON requests and user-friendly outputs. |
Query Dynamics 365 | Process | Subprocess that executes queries in Dynamics 365. |
Microsoft Teams AI Agent | Process | The process that receives a query from Microsoft Teams, uses function calling to dynamically generate, orchestrate, and run the necessary AI agents, and then returns the generated response to the Microsoft Teams channel. |