File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 278
278
cd c:\Code\multi-modal-customer-service-agent\voice_agent\app\backend
279
279
python scripts/ generate_car_rental_policy_embeddings.py
280
280
```
281
-
282
281
< / details>
283
282
283
+ f) After implementation, test with queries about:
284
+ - Insurance coverage options and costs
285
+ - Rental requirements and age restrictions
286
+ - Deductibles and additional coverage options
287
+
284
288
# ## Expand to see the complete car_rental_plugins.py file
285
289
< details>
286
290
< summary> Click to expand/ collapse< / summary>
@@ -403,12 +407,6 @@ This exercise demonstrates how to extend the voice agent system by adding a comp
403
407
- Semantic search provides accurate policy information retrieval
404
408
- Maintains consistent agent experience while expanding capabilities
405
409
406
- # ### Testing:
407
- After implementation, test with queries about:
408
- - Insurance coverage options and costs
409
- - Rental requirements and age restrictions
410
- - Deductibles and additional coverage options
411
-
412
410
# ### Future Enhancements:
413
411
- Expand the policy database with more detailed entries
414
412
- Add domain- specific tools to the Car_Rental_Tools class
You can’t perform that action at this time.
0 commit comments