mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 21:24:34 +00:00
Reduced logging
This commit is contained in:
parent
bef1c42132
commit
3f9465ddb2
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue