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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user