mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
[unreleased changes] UI: Copy changes to autofill tooltips (#18816)
This commit is contained in:
parent
abf4837eff
commit
c6ffc60f61
2 changed files with 6 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -164,8 +164,9 @@ const SaveNewPolicyModal = ({
|
|||
"AI features are disabled in organization settings"
|
||||
) : (
|
||||
<>
|
||||
Policy queries (SQL) will be sent to the LLM. Fleet doesn't
|
||||
use this data to train models.
|
||||
Policy queries (SQL) will be sent to a <br />
|
||||
large language model (LLM). Fleet <br />
|
||||
doesn't use this data to train models.
|
||||
</>
|
||||
)}
|
||||
</ReactTooltip>
|
||||
|
|
|
|||
Loading…
Reference in a new issue