|
|
@@ -495,7 +495,7 @@ defineExpose({
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="liability-exemption">
|
|
|
- <span> Content is generated by Al, please check carefully!</span>
|
|
|
+ <span>Content is generated by Al, please check carefully!</span>
|
|
|
<span class="liability-exemption-btn" @click="handleLiabilityExeDialog">Disclaimer</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -506,18 +506,37 @@ defineExpose({
|
|
|
width="800"
|
|
|
top="20vh"
|
|
|
>
|
|
|
- <p style="line-height: 21px">
|
|
|
- This feature generates automated answers summarised from FT articles. By using it, you are
|
|
|
- interacting with an Al system (provided byAnthropic), not a human. Al can make mistakes.
|
|
|
- Please refer to the source articles for verification and cifation purposes.
|
|
|
+ <div
|
|
|
+ class="title"
|
|
|
+ style="margin-bottom: 8px; font-size: 16px; font-weight: 700; line-height: 24px"
|
|
|
+ >
|
|
|
+ Important Notice: AI-Generated Content
|
|
|
+ </div>
|
|
|
+ <p>
|
|
|
+ This chat assistant is powered by artificial intelligence (AI) and is designed to help you
|
|
|
+ access information and answer your queries efficiently. Please be aware of the following:
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ <strong>• AI-Generated Responses: </strong>All responses are automatically generated by AI.
|
|
|
+ While we strive for accuracy, errors or inaccuracies may occur. Please verify critical
|
|
|
+ information independently before making business decisions.
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ <strong>• Data Privacy & Security:</strong> You can only access shipment data within your
|
|
|
+ authorized account permissions. Your data remains confidential and will not be shared with
|
|
|
+ other users or third parties.
|
|
|
</p>
|
|
|
- <p style="line-height: 21px">
|
|
|
- Our staff do not check or moderate Ask FT is answers in advance, but may review some later.
|
|
|
- Our journalists continue to write and edit all thearticles Ask FT uses as sources. Learn
|
|
|
- more about our editorial principles for generative Al To helo us understand how you are
|
|
|
- usina this feafure and how we can improve it, we use your data. This includes your query and
|
|
|
- any personadata you have shared with us, like your job title. For more information about how
|
|
|
- we use your data, please read our Privacy Policy.
|
|
|
+ <p>
|
|
|
+ <strong>• Information Accuracy: </strong> For critical business decisions or time-sensitive
|
|
|
+ matters, we recommend contacting our customer service team directly for verification.
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ <strong>• Service Limitations: </strong> This assistant provides general guidance and data
|
|
|
+ queries. For complex or specialized requests, please reach out to our support team.
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ By using this AI assistant, you acknowledge these limitations and agree to use the
|
|
|
+ information provided accordingly.
|
|
|
</p>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
|
@@ -811,6 +830,13 @@ defineExpose({
|
|
|
padding-bottom: 0;
|
|
|
.el-dialog__body {
|
|
|
padding-top: 8px;
|
|
|
+ p {
|
|
|
+ margin-bottom: 8px;
|
|
|
+ line-height: 21px;
|
|
|
+ &:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
</style>
|