Skip to content

Commit b529400

Browse files
committed
fix syntax highlighting
1 parent 9970f24 commit b529400

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ai-meetings/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ Now let's add a new service to the recently created backend OCI Speech API to re
491491

492492
- In the file picker create an event. On this event, you will manage the file upload to the object storage.
493493

494-
```json
494+
```js
495495
define([
496496
'vb/action/actionChain',
497497
'vb/action/actions',
@@ -582,7 +582,7 @@ Now let's add a new service to the recently created backend OCI Speech API to re
582582
- Drop an input text to capture the meeting name and a button to create the meeting. So, you can associate a string variable to the input text (example meetingName). We will create the meeting metadata on the business object
583583
- Associate an ojAction event to the button (it's the action chain):
584584

585-
```
585+
```js
586586
define([
587587
'vb/action/actionChain',
588588
'vb/action/actions',
@@ -673,7 +673,7 @@ Now let's add a new service to the recently created backend OCI Speech API to re
673673
* Now we will create another Action chain to create the transcription job using the Speech service. We will provide information as the compartment, bucket, object and we will update the Transcription table with the relevant information.
674674

675675

676-
```
676+
```js
677677
define([
678678
'vb/action/actionChain',
679679
'vb/action/actions',
@@ -769,7 +769,7 @@ Now let's add a new service to the recently created backend OCI Speech API to re
769769

770770
- Create an Action event asociated to the button to refresh the page
771771

772-
```
772+
```js
773773
define([
774774
'vb/action/actionChain',
775775
'vb/action/actions',
@@ -802,7 +802,7 @@ Now let's add a new service to the recently created backend OCI Speech API to re
802802
![alt text](AImeetings-md/vbcs14.jpg)
803803

804804

805-
```
805+
```js
806806
define([
807807
'vb/action/actionChain',
808808
'vb/action/actions',
@@ -1045,7 +1045,7 @@ Now let's add a new service to the recently created backend OCI Speech API to re
10451045

10461046
- Action chain for sentiment detection
10471047

1048-
```
1048+
```js
10491049
define([
10501050
'vb/action/actionChain',
10511051
'vb/action/actions',
@@ -1193,7 +1193,7 @@ Now let's add a new service to the recently created backend OCI Speech API to re
11931193

11941194
- Action chain for summarization. We will do chunking too.
11951195

1196-
```
1196+
```js
11971197
define([
11981198
'vb/action/actionChain',
11991199
'vb/action/actions',
@@ -1342,7 +1342,7 @@ Now let's add a new service to the recently created backend OCI Speech API to re
13421342

13431343
- Action chain for mentions using AI Language
13441344

1345-
```
1345+
```js
13461346
define([
13471347
'vb/action/actionChain',
13481348
'vb/action/actions',

0 commit comments

Comments
 (0)