@@ -33,10 +33,10 @@ We will be creating a customer support agent for VapiBank, a bank that wants to
3333<Steps >
3434 <Step title = " Download the spreadsheets" >
3535 <div className = " flex gap-2" >
36- <Download src = " ../static/spreadsheets/inbound-support/accounts.csv" >
36+ <Download src = " ../../ static/spreadsheets/inbound-support/accounts.csv" >
3737 <Button intent = " primary" >Download accounts.csv</Button >
3838 </Download >
39- <Download src = " ../static/spreadsheets/inbound-support/transactions.csv" >
39+ <Download src = " ../../ static/spreadsheets/inbound-support/transactions.csv" >
4040 <Button intent = " primary" >Download transactions.csv</Button >
4141 </Download >
4242 </div >
@@ -48,7 +48,7 @@ We will be creating a customer support agent for VapiBank, a bank that wants to
4848 2. Click ** Choose file** and upload both ` accounts.csv ` and ` transactions.csv `
4949 3. Note the file IDs for use in creating tools
5050
51- <video autoPlay loop muted src = " ../static/videos/upload-files.mp4" type = " video/mp4" style = { { aspectRatio: ' 16 / 9' , width: ' 100%' }} />
51+ <video autoPlay loop muted src = " ../../ static/videos/upload-files.mp4" type = " video/mp4" style = { { aspectRatio: ' 16 / 9' , width: ' 100%' }} />
5252 </Tab >
5353 <Tab title = " TypeScript (Server SDK)" >
5454 ``` typescript
@@ -132,7 +132,7 @@ We will be creating a customer support agent for VapiBank, a bank that wants to
132132 - Select ` Blank Template ` as your starting point.
133133 - Change assistant name to ` Tom ` .
134134
135- <video autoPlay loop muted src = " ../static/videos/inbound-support/create-assistant.mp4" type = " video/mp4" style = { { aspectRatio: ' 16 / 9' , width: ' 100%' }} />
135+ <video autoPlay loop muted src = " ../../ static/videos/inbound-support/create-assistant.mp4" type = " video/mp4" style = { { aspectRatio: ' 16 / 9' , width: ' 100%' }} />
136136 </Step >
137137 </Steps >
138138 </Tab >
@@ -527,7 +527,7 @@ You have access to CSV files with account and transaction data:
527527 <Tab title = " Dashboard" >
528528 Click ` Talk to Assistant ` to test it out.
529529
530- <video autoPlay loop muted src = " ../static/videos/inbound-support/configure-assistant.mp4" type = " video/mp4" style = { { aspectRatio: ' 16 / 9' , width: ' 100%' }} />
530+ <video autoPlay loop muted src = " ../../ static/videos/inbound-support/configure-assistant.mp4" type = " video/mp4" style = { { aspectRatio: ' 16 / 9' , width: ' 100%' }} />
531531 </Tab >
532532 <Tab title = " TypeScript (Server SDK)" >
533533 ``` typescript
@@ -662,7 +662,7 @@ You have access to CSV files with account and transaction data:
662662 - In the expanded accordion, add ` get_balance ` and ` get_recent_transactions ` tools.
663663 - Click ` Publish ` to save your changes.
664664
665- <video autoPlay loop muted src = " ../static/videos/inbound-support/assistant-tools.mp4" type = " video/mp4" style = { { aspectRatio: ' 16 / 9' , width: ' 100%' }} />
665+ <video autoPlay loop muted src = " ../../ static/videos/inbound-support/assistant-tools.mp4" type = " video/mp4" style = { { aspectRatio: ' 16 / 9' , width: ' 100%' }} />
666666 </Step >
667667 </Steps >
668668 </Tab >
@@ -915,7 +915,7 @@ You have access to CSV files with account and transaction data:
915915 - Under ` Inbound Settings ` find ` Assistant ` dropdown and select ` Tom ` from the list.
916916 - Changes are saved automatically.
917917
918- <video autoPlay loop muted src = " ../static/videos/inbound-support/assign-phone-number.mp4" type = " video/mp4" style = { { aspectRatio: ' 16 / 9' , width: ' 100%' }} />
918+ <video autoPlay loop muted src = " ../../ static/videos/inbound-support/assign-phone-number.mp4" type = " video/mp4" style = { { aspectRatio: ' 16 / 9' , width: ' 100%' }} />
919919 </Step >
920920 </Steps >
921921 </Tab >
@@ -998,7 +998,7 @@ You have access to CSV files with account and transaction data:
998998 - Accept the generated test case.
999999 - Click ` Run Test Suite ` to execute the tests.
10001000
1001- <video autoPlay loop muted src = " ../static/videos/inbound-support/create-test-suite.mp4" type = " video/mp4" style = { { aspectRatio: ' 16 / 9' , width: ' 100%' }} />
1001+ <video autoPlay loop muted src = " ../../ static/videos/inbound-support/create-test-suite.mp4" type = " video/mp4" style = { { aspectRatio: ' 16 / 9' , width: ' 100%' }} />
10021002 </Step >
10031003 <Step title = " Run the test suite" >
10041004 Click ` Run Tests ` to execute the tests.
0 commit comments