Added AI Assisted Information Provider

This commit is contained in:
Rahul Singh 2026-03-22 11:59:36 +05:30 committed by Jan Böhmer
parent 6330b71bfb
commit 90d327fdaa
4 changed files with 557 additions and 0 deletions

View file

@ -75,4 +75,7 @@ class InfoProviderSettings
#[EmbeddedSettings]
public ?CanopySettings $canopy = null;
#[EmbeddedSettings]
public ?AIExtractorSettings $aiExtractor = null;
}