Logic function refactorization (#17861)

As title
This commit is contained in:
martmull
2026-02-12 11:40:49 +01:00
committed by GitHub
parent b456f79167
commit a4ed043d43
122 changed files with 1441 additions and 1897 deletions
@@ -84,6 +84,7 @@ exports[`ALL_UNIVERSAL_FLAT_ENTITY_PROPERTIES_TO_COMPARE_AND_STRINGIFY should ma
"handlerName",
"toolInputSchema",
"isTool",
"isBuildUpToDate",
"deletedAt",
"cronTriggerSettings",
"databaseEventTriggerSettings",
@@ -149,6 +149,7 @@ export const ALL_ENTITY_PROPERTIES_CONFIGURATION_BY_METADATA_NAME = {
handlerName: { toStringify: false, universalProperty: undefined },
toolInputSchema: { toStringify: true, universalProperty: undefined },
isTool: { toStringify: false, universalProperty: undefined },
isBuildUpToDate: { toStringify: false, universalProperty: undefined },
deletedAt: { toStringify: false, universalProperty: undefined },
cronTriggerSettings: { toStringify: true, universalProperty: undefined },
databaseEventTriggerSettings: {