IsOwnSoftPrompt Bug beim kopieren

This commit is contained in:
2026-06-15 09:47:14 +02:00
parent acd4e8a1e7
commit b33181ff58
3 changed files with 5 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ namespace AICore.Facade
ActionType = GetAiActionType(x.aiactiontype, aiActionType),
SamplesCount = x.samples_count,
ShowPromptByTenant = true,
ShowPrompt = x.show_prompt
ShowPrompt = x.show_prompt_text
});
var log_str = string.Join("", data.Select(x => $"\r\n\t\t\t\t- ('{x.PromptId}','{x.Title}','{x.ActionType}')"));