@@ -1069,7 +1069,7 @@ The items array can include various types of content such as text, key-value pai
1069
1069
A simple text field.
1070
1070
1071
1071
| Parameter | Value | Optional | Description |
1072
- | --------- | ------ | -------- | ------------------------- |
1072
+ | ----------- | -------- | ---------- | --------------------------- |
1073
1073
| ` type ` | String | No | Must be ` "text" ` . |
1074
1074
| ` text ` | String | No | The text to display. |
1075
1075
| ` style ` | Object | Yes | The CSS style definition. |
@@ -1202,7 +1202,7 @@ Example:
1202
1202
An image to be displayed in the panel.
1203
1203
1204
1204
| Parameter | Value | Optional | Description |
1205
- | --------- | ------ | -------- | -------------------------------- |
1205
+ | ----------- | -------- | ---------- | ---------------------------------- |
1206
1206
| ` type ` | String | No | Must be ` "image" ` . |
1207
1207
| ` url ` | String | No | The URL of the image to display. |
1208
1208
| ` style ` | Object | Yes | The CSS style definition. |
@@ -1222,7 +1222,7 @@ Example:
1222
1222
A video to be displayed in the panel.
1223
1223
1224
1224
| Parameter | Value | Optional | Description |
1225
- | --------- | ------ | -------- | -------------------------------- |
1225
+ | ----------- | -------- | ---------- | ---------------------------------- |
1226
1226
| ` type ` | String | No | Must be ` "video" ` . |
1227
1227
| ` url ` | String | No | The URL of the video to display. |
1228
1228
| ` style ` | Object | Yes | The CSS style definition. |
@@ -1242,7 +1242,7 @@ Example:
1242
1242
An audio file to be played in the panel.
1243
1243
1244
1244
| Parameter | Value | Optional | Description |
1245
- | --------- | ------ | -------- | ----------------------------- |
1245
+ | ----------- | -------- | ---------- | ------------------------------- |
1246
1246
| ` type ` | String | No | Must be ` "audio" ` . |
1247
1247
| ` url ` | String | No | The URL of the audio to play. |
1248
1248
| ` style ` | Object | Yes | The CSS style definition. |
@@ -1414,7 +1414,7 @@ To get an OpenAI API key for use with the AI agent:
1414
1414
1415
1415
2 . ** Access the API section** : Once logged in, navigate to the API section of your OpenAI dashboard.
1416
1416
1417
- 3 . ** Create a new project** :
1417
+ 3 . ** Create a new project** :
1418
1418
- Go to the "Projects" section
1419
1419
- Click "Create project"
1420
1420
- Name your project "Parse-Dashboard" (or any descriptive name)
@@ -1425,7 +1425,7 @@ To get an OpenAI API key for use with the AI agent:
1425
1425
- Select the AI models you want to use (e.g., ` gpt-4 ` , ` gpt-3.5-turbo ` )
1426
1426
- These model names will be used as the ` agent.models[*].model ` parameter in your dashboard configuration
1427
1427
1428
- 5 . ** Generate an API key** :
1428
+ 5 . ** Generate an API key** :
1429
1429
- Go to the "API Keys" page in your project settings
1430
1430
- Click "Create new secret key"
1431
1431
- Give your key a descriptive name (e.g., "Parse Dashboard Agent")
0 commit comments