Skip to content

Commit 05e50e8

Browse files
committed
docs updates
1 parent ed90800 commit 05e50e8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/img/app-logs.png

31.9 KB
Loading

docs/user-guide.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ There are several ways to initiate a dialog with a [conversational agent](#conve
210210

211211
![](./img/start-conv.png)
212212

213+
**Please be aware** that new conversations will show up in the conversations panel located to the left of the main chat area. However, if you start a conversation and close it while it is still empty, it will neither be displayed on the panel nor saved in your conversations.
214+
213215
### Rename
214216

215217
When you create a new conversation, it is automatically named after the first line in your first prompt. For instance, if your prompt consists of several sentences divided by a tab, the first sentence will be used as the conversation's name. Moreover, the MAX length of the conversation name is limited to 160 symbols. Everything beyond is cut off. After a conversation is created, you can rename it.
@@ -1189,7 +1191,7 @@ From both marketplace and workspace you can click **Back to Chat** to navigate t
11891191
* A conversational agent can be associated with a specific topic describing the area of its application. Use the **Topics** filter to refine the output by specific topics.
11901192
* Use the **Source** filter to apply additional filtering criteria related to the source of conversational agents (e.g. you can filter just the apps shared with you).
11911193
* The **Search** allows you to swiftly locate any item by its name.
1192-
* Use view toggle to switch between the table and the grid view.
1194+
* Use view toggle to switch between the table and the card view.
11931195

11941196
![](./img/dial-marketplace5.png)
11951197

@@ -1353,8 +1355,14 @@ After adding, your new Code App will appear in [My workspace](#my-workspace).
13531355

13541356
You can view and download logs of the deployed Code App from the application menu.
13551357

1358+
1. Click **Logs** in the deployed code app.
1359+
13561360
![](./img/logs-code-app.png)
13571361

1362+
2. In the pop-up window, you can view, refresh and download file with application logs.
1363+
1364+
![](./img/app-logs.png)
1365+
13581366
##### To Edit Code App
13591367

13601368
To modify the application source code or the application form parameters, you need to undeploy it. Both **Edit** and **Undeploy** buttons are located in the application's menu:

0 commit comments

Comments
 (0)