From ddf5bff5044674d1a0d30ebb1603deda0c8e9e6c Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 1 Nov 2024 09:46:45 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 29097cfbf1..67d1e45413 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2905,7 +2905,7 @@ The following extra functions are available: * *Jsoup()* (returns an array of selected strings; since version 1.2179) * *Size(array)* (returns the number of items in an array; since version 1.2179) * *knownContact()* (returns a boolean indicating that the from/reply-to address is in the Android address book or in the local contacts database) -* *AI(prompt)* (run interference with the configured AI using the specified prompt, returning the result as a string; since version 1.2243) +* *AI(prompt)* (perform interference with the configured AI model using the specified prompt, returning the result as a string; since version 1.2243) Example conditions: diff --git a/index.html b/index.html index 8d7e429a3f..4565f3eed2 100644 --- a/index.html +++ b/index.html @@ -1593,7 +1593,7 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>
  • Jsoup() (returns an array of selected strings; since version 1.2179)
  • Size(array) (returns the number of items in an array; since version 1.2179)
  • knownContact() (returns a boolean indicating that the from/reply-to address is in the Android address book or in the local contacts database)
  • -
  • AI(prompt) (run interference with the configured AI using the specified prompt, returning the result as a string; since version 1.2243)
  • +
  • AI(prompt) (perform interference with the configured AI model using the specified prompt, returning the result as a string; since version 1.2243)
  • Example conditions:

    header("X-Mailer") contains "Open-Xchange" && from matches ".*service@.*"