mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-08 16:47:28 +02:00
Reduced logging
This commit is contained in:
@@ -477,7 +477,6 @@ public class ExpressionHelper {
|
||||
try {
|
||||
if (doc != null && parameterValues.length == 1) {
|
||||
String prompt = parameterValues[0].getStringValue();
|
||||
EntityLog.log(context, EntityLog.Type.Rules, message, "AI prompt=" + prompt);
|
||||
if (!TextUtils.isEmpty(prompt)) {
|
||||
result = AI.completeChat(context, -1L, doc.text(), null, prompt).toString();
|
||||
EntityLog.log(context, EntityLog.Type.Rules, message, "AI result=" + result);
|
||||
|
||||
Reference in New Issue
Block a user