Weiterer Umzugsschritt auf DCs. Muss noch was Fixes fürs dynamische Laden der DCs bauen. Wahrscheinlich ausprogrammieren -> Bessere Kontrolle, durch welche Kundenanpassung die Funktion entsprechend gelaufen ist.

This commit is contained in:
2025-09-03 16:20:58 +02:00
parent 9da8c92ca7
commit 3c7d953d67
20 changed files with 98 additions and 109 deletions

View File

@@ -265,7 +265,7 @@ namespace BeWo.Service.Plugins
return models;
}
protected virtual AiConversation createAiConversation(AiContextType uicontext, Dictionary<TableID, long[]> context, long modell_oid, AiDataContextType context_Type)
protected virtual AiConversation createAiConversation(AiContextType uicontext, Dictionary<TableID, IDataContract[]> context, long modell_oid, AiDataContextType context_Type)
{
var current_user = UserRightHelper.GetLoggedInUserWithOid();
var factory = new AiPromptFactory();