Invoke Google Gemini API from Salesforce Agentforce
In this Blog Post, I have used Agentforce Apex Agent Action to invoke the Google Gemini API for general searches. Sample Apex Class: public class GeminiAPIController { @InvocableMethod( label = ....