[unreleased changes] UI: Copy changes to autofill tooltips (#18816)

This commit is contained in:
RachelElysia 2024-05-08 12:37:04 -04:00 committed by GitHub
parent abf4837eff
commit c6ffc60f61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View file

@ -307,7 +307,9 @@ const Advanced = ({
<>
When enabled, disables AI features such as pre-filling forms
<br />
with LLM-generated descriptions.{" "}
with descriptions generated by a large language model
<br />
(LLM).{" "}
<em>
(Default: <strong>Off</strong>)
</em>

View file

@ -164,8 +164,9 @@ const SaveNewPolicyModal = ({
"AI features are disabled in organization settings"
) : (
<>
Policy queries (SQL) will be sent to the LLM. Fleet doesn&apos;t
use this data to train models.
Policy queries (SQL) will be sent to a <br />
large language model (LLM). Fleet <br />
doesn&apos;t use this data to train models.
</>
)}
</ReactTooltip>