Skip to content

Commit bc89dc0

Browse files
committed
fix: feedbacks
1 parent d9a2601 commit bc89dc0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ The items array can include various types of content such as text, key-value pai
10691069
A simple text field.
10701070

10711071
| Parameter | Value | Optional | Description |
1072-
| --------- | ------ | -------- | ------------------------- |
1072+
|-----------|--------|----------|---------------------------|
10731073
| `type` | String | No | Must be `"text"`. |
10741074
| `text` | String | No | The text to display. |
10751075
| `style` | Object | Yes | The CSS style definition. |
@@ -1202,7 +1202,7 @@ Example:
12021202
An image to be displayed in the panel.
12031203

12041204
| Parameter | Value | Optional | Description |
1205-
| --------- | ------ | -------- | -------------------------------- |
1205+
|-----------|--------|----------|----------------------------------|
12061206
| `type` | String | No | Must be `"image"`. |
12071207
| `url` | String | No | The URL of the image to display. |
12081208
| `style` | Object | Yes | The CSS style definition. |
@@ -1222,7 +1222,7 @@ Example:
12221222
A video to be displayed in the panel.
12231223

12241224
| Parameter | Value | Optional | Description |
1225-
| --------- | ------ | -------- | -------------------------------- |
1225+
|-----------|--------|----------|----------------------------------|
12261226
| `type` | String | No | Must be `"video"`. |
12271227
| `url` | String | No | The URL of the video to display. |
12281228
| `style` | Object | Yes | The CSS style definition. |
@@ -1242,7 +1242,7 @@ Example:
12421242
An audio file to be played in the panel.
12431243

12441244
| Parameter | Value | Optional | Description |
1245-
| --------- | ------ | -------- | ----------------------------- |
1245+
|-----------|--------|----------|-------------------------------|
12461246
| `type` | String | No | Must be `"audio"`. |
12471247
| `url` | String | No | The URL of the audio to play. |
12481248
| `style` | Object | Yes | The CSS style definition. |
@@ -1414,7 +1414,7 @@ To get an OpenAI API key for use with the AI agent:
14141414

14151415
2. **Access the API section**: Once logged in, navigate to the API section of your OpenAI dashboard.
14161416

1417-
3. **Create a new project**:
1417+
3. **Create a new project**:
14181418
- Go to the "Projects" section
14191419
- Click "Create project"
14201420
- 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:
14251425
- Select the AI models you want to use (e.g., `gpt-4`, `gpt-3.5-turbo`)
14261426
- These model names will be used as the `agent.models[*].model` parameter in your dashboard configuration
14271427

1428-
5. **Generate an API key**:
1428+
5. **Generate an API key**:
14291429
- Go to the "API Keys" page in your project settings
14301430
- Click "Create new secret key"
14311431
- Give your key a descriptive name (e.g., "Parse Dashboard Agent")

0 commit comments

Comments
 (0)