IsOwnSoftPrompt Bug beim kopieren
This commit is contained in:
@@ -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}')"));
|
||||
|
||||
Reference in New Issue
Block a user