AI Agent for Customer Support Case Processing > Using the AI Agent for Customer Support Case Processing recipe > Step 10. Configure and publish the processes
  

Step 10. Configure and publish the processes

The process is triggered when a user sends an email to a specified email address. The email’s subject and body are passed to the TicketSearchAgent process. Upon completion, a prompt is generated to assess the intent of the email. The Gemini Agent Dispatcher process then determines and executes the subsequent steps based on the identified intent.
If the email is too short or unclear to determine intent, the process follows an alternate path where the clarity check fails. In such cases, the system sends an email back to the user explaining the ambiguity and requests a more detailed description of the issue.
Additionally, the process includes error handling managed by the Generic Error Handler process to ensure robust handling of unexpected issues.
  1. 1To publish the following processes, click Actions in the row that contains the process and select Publish.
    1. aGeneric Error Handler
    2. bGet Embeddings
    3. cGemini Agent Dispatcher
    4. dFeedbackAgent
    5. eEvaluationAgent
    6. fSummarizerAgent
    7. gTicketSearchAgent
    8. hUpsert to Pinecone Index
    9. iSearch in Pinecone
    10. jCreate Jira Ticket
    11. kQueryAgent
    12. lFeatureRequestAgent
    13. mConfidenceLevelHandlerAgent
  2. 2Open the Query Pinecone process.
  3. 3On the Temp Fields tab of the Start step, enter value for the Tmp_Top_K field and set Tmp_Retry to 0. The Tmp_Top_K field specifies the TopK value for Pinecone, which is the number of vectors retrieved.
  4. 4Save and publish the process.
  5. 5Open the PlanningAgent process.
  6. 6On the Temp Fields tab of the Start step, enter values for the following fields:
  7. 7Save and publish the process.

Additional information