Skip to content

Commit 863133e

Browse files
SylvainSylvain
Sylvain
authored and
Sylvain
committed
ai-task chat
1 parent 3828c37 commit 863133e

File tree

9 files changed

+50
-1
lines changed

9 files changed

+50
-1
lines changed

docs/tutorial-ui/ai-task/2-Chat.mdx

+47
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,51 @@ import Tabs from '@theme/Tabs'
99
import TabItem from '@theme/TabItem'
1010
import Admonition from '@theme/Admonition'
1111

12+
You can access the <kbd>Chat</kbd> section by clicking on <kbd>AI Assitant</kbd> on the top bar then clicking on <kbd>Chat</kbd>.
1213

14+
<Image src='/img/screenshots/ai-task/ai-assistant-menu.png' alt='ai assistant menu'/>
15+
16+
<Image src='/img/screenshots/ai-task/chat/chat-empty.png' alt='ai assistant chat'/>
17+
18+
:::info
19+
In AI Task chat the answers are based only on the information delivered to the AI Assistant with the connectors. You can interact with the chat and give it more information. You can refer to the data-source section to setup a connector, check [Data Source](/tutorial-ui/data-source/document) section!
20+
:::
21+
22+
<Image src='/img/screenshots/ai-task/chat/chat-full.png' alt='ai assistant chat'/>
23+
24+
<div>
25+
<Admonition type="tip">
26+
<p>
27+
The answer is based on a generative model, therefore each generated answer could be in different wording by will always try to deliver the some information. You can trigger re-generate answer function by click on
28+
<img src='/img/icons/replay.svg' style={{ width: '30px', padding: '0 5px', verticalAlign: 'middle' }}/>
29+
icon. <br/>
30+
You can clear the conversation by clicking on
31+
<img src='/img/icons/clear.svg' style={{ width: '30px', padding: '0 5px', verticalAlign: 'middle' }}/>
32+
icon. <br/>
33+
To further improve the answer, you can always give feedback by clicking on
34+
<img src='/img/icons/thumb_up.svg' style={{ width: '30px', padding: '0 5px', verticalAlign: 'middle' }}/>
35+
or
36+
<img src='/img/icons/thumb_down.svg' style={{ width: '30px', padding: '0 5px', verticalAlign: 'middle' }}/>
37+
38+
You can also edit the answer by clicking on
39+
<img src='/img/icons/edit.svg' style={{ width: '30px', padding: '0 5px', verticalAlign: 'middle' }}/>
40+
.
41+
</p>
42+
</Admonition>
43+
</div>
44+
45+
<Tabs>
46+
<TabItem value='g1' label='Positive feedback' default>
47+
<Image src='/img/screenshots/ai-task/chat/chat-feedback-positive.png' alt='chat give positive feedback'/>
48+
</TabItem>
49+
<TabItem value='s1' label='Negative feedback' >
50+
<Image src='/img/screenshots/ai-task/chat/chat-feedback-negative.png' alt='chat give negative feedback'/>
51+
</TabItem>
52+
<TabItem value='s2' label='Edit answer' >
53+
<Image src='/img/screenshots/ai-task/chat/chat-edit_answer.png' alt='chat edit answer'/>
54+
</TabItem>
55+
</Tabs>
56+
57+
:::caution
58+
As soon as you close or refresh the page, the AI Assistant Chat will forget all about your previous interaction.
59+
:::

static/img/icons/clear.svg

+1-1
Loading

static/img/icons/clear_blue.svg

+1
Loading

static/img/icons/edit_blue.svg

+1
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)