[midPoint-git] [Evolveum/midpoint] a3bfbb: Smart Integration: Introduce object type regenerat...
Michal Zelenčík
noreply at github.com
Tue Apr 21 14:11:43 CEST 2026
Branch: refs/heads/feature/object-type-feedback
Home: https://github.com/Evolveum/midpoint
Commit: a3bfbbe4cbd7ce9620b2de19d41c07e5bc5a5a13
https://github.com/Evolveum/midpoint/commit/a3bfbbe4cbd7ce9620b2de19d41c07e5bc5a5a13
Author: Michal Zelencik <michal.zelencik at evolveum.com>
Date: 2026-04-21 (Tue, 21 Apr 2026)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/schemaHandling/objectType/smart/SmartIntegrationUtils.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/schemaHandling/objectType/smart/page/ResourceSuggestedObjectTypeTableWizardPanel.java
M gui/admin-gui/src/main/java/com/evolveum/midpoint/gui/impl/page/admin/resource/component/wizard/schemaHandling/objectType/smart/page/SmartObjectTypeSuggestionWizardPanel.java
M infra/schema/src/main/resources/xml/ns/public/common/common-smart-integration-3.xsd
M infra/schema/src/main/resources/xml/ns/public/common/common-tasks-3.xsd
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationService.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/smart/TestSmartIntegrationServiceStory.java
M model/rest-impl/src/main/java/com/evolveum/midpoint/rest/impl/SmartIntegrationRestController.java
A model/smart-api/src/main/java/com/evolveum/midpoint/smart/api/RegenerateMode.java
M model/smart-api/src/main/java/com/evolveum/midpoint/smart/api/SmartIntegrationService.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ObjectTypesSuggestionOperation.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ObjectTypesSuggestionOperationFactory.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/SmartIntegrationServiceImpl.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/objectTypeSuggestion/ObjectTypesSuggestionObjectTypesActivityRun.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/activities/objectTypeSuggestion/ObjectTypesSuggestionWorkDefinition.java
M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestObjectTypesSuggestionOperation.java
M model/smart-impl/src/test/java/com/evolveum/midpoint/smart/impl/TestSmartIntegrationServiceImpl.java
Log Message:
-----------
Smart Integration: Introduce object type regeneration with feedback
When regenerating suggested object types for a resource, users can now
choose between a regeneration options, which are sent to llm.
The existing object type configuration (kind, intent,
filters, base context) is sent to the AI service as context, allowing it
to improve or refine the current setup rather than starting from scratch.
With hard refresh, the previous configuration is discarded and a
completely fresh suggestion is generated.
This gives users more control over the regeneration process and produces
better results when the resource already has partially configured object types.
Signed-off-by: Michal Zelencik <michal.zelencik at evolveum.com>
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list