afv-library/skills/agentforce-architecture-analyze/assets/soql/functions_by_plugins.soql

6 lines
317 B
Plaintext

SELECT Id, DeveloperName, MasterLabel, Description, InvocationTargetType, InvocationTarget,
IsLocal, IsConfirmationRequired, IsIncludeInProgressIndicator, ProgressIndicatorMessage,
Source, PluginId, PlannerId, ParentId, LocalDeveloperName
FROM GenAiFunctionDefinition
WHERE PluginId IN ({{PLUGIN_IDS}})