mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-01 20:26:02 +08:00
5 lines
199 B
Plaintext
5 lines
199 B
Plaintext
SELECT Id, DeveloperName, MasterLabel, Description, PluginType, Scope,
|
|
IsLocal, CanEscalate, Source, ParentId, LocalDeveloperName
|
|
FROM GenAiPluginDefinition
|
|
WHERE PlannerId = '{{PLANNER_ID}}'
|