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

5 lines
199 B
Plaintext

SELECT Id, DeveloperName, MasterLabel, Description, PluginType, Scope,
IsLocal, CanEscalate, Source, ParentId, LocalDeveloperName
FROM GenAiPluginDefinition
WHERE PlannerId = '{{PLANNER_ID}}'