afv-library/skills/investigating-agentforce-architecture/assets/soql/functions_by_plugins.soql
2026-06-12 10:55:46 +00:00

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}})