Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit fe5a192

Browse files
author
Lucas Willering
committed
Readme
1 parent d4c04d7 commit fe5a192

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The dashboard contains a login form that allows users to login using their Teneo
99

1010
To draw these diagrams the dashboard uses [Google Charts](https://developers.google.com/chart).
1111

12-
The dashboard is created as single file with minimal styling.
12+
The dashboard is created as single file with minimal styling that can be opened in a browser.
1313

1414
## Prerequisites
1515
Before you can use the dashboard you need to have the following:
@@ -24,10 +24,10 @@ The Teneo Inquire URL looks like this:
2424
https://[your_team_name].data.teneo.ai/
2525
```
2626

27-
You should replace `[your team name]` with the name of your team. You can find it in the top right corner when you login to your [Teneo.ai environment](https://www.teneo.ai/manage/environment) in the browser.
27+
You should replace `[your team name]` with the name of your team. You can find it in the top right corner when you login to your [environment](https://www.teneo.ai/manage/environment) in the browser.
2828

2929
### Log Data Source (LDS)
30-
Additionally you need the name of the Log Data Source of your solution. You can find it by opening the [teneo.ai bots](https://www.teneo.ai/manage/bots) page in your browser. The LSD is the last part of the Engine URL of your published solution. For example, if the Engine URL of your solution is url is:
30+
Additionally you need the name of the Log Data Source of your solution. You can find it by opening the [bots](https://www.teneo.ai/manage/bots) page in your browser. The LSD is the last part of the Engine URL of your published solution. For example, if the Engine URL of your solution is url is:
3131

3232
```
3333
https://longberry-xxxxx.bots.teneo.ai/longberry_baristas_5jz1h5hxjb3j0931gx7qxwbns2
@@ -55,7 +55,7 @@ Both options are be outlined below:
5555
### Option 2: provide url parameters
5656
- Download the InquireReferenceDashbaord.html
5757
- Open InquireReferenceDashbaord.html in your browser
58-
- Add the following url parameters at the end of url `?server=your_teneo_inquire_url/&lds=your_lds_name`
58+
- Add the following url parameters at the end of url `?lds=your_lds_name&server=your_teneo_inquire_url&lds=your_lds_name`
5959
- Make sure you replace `your_teneo_inquire_url` and `your_lds_name` with the appropriate values
6060
- Hit enter or reload the page in the browser
6161

0 commit comments

Comments
 (0)