mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
6 lines
317 B
Plaintext
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}})
|