Skip to content

Commit f35c5e3

Browse files
committed
Updated instructions for Ex 1
1 parent 7072e1f commit f35c5e3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/04_explore/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,13 @@
278278
cd c:\Code\multi-modal-customer-service-agent\voice_agent\app\backend
279279
python scripts/generate_car_rental_policy_embeddings.py
280280
```
281-
282281
</details>
283282

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+
284288
### Expand to see the complete car_rental_plugins.py file
285289
<details>
286290
<summary> Click to expand/collapse</summary>
@@ -403,12 +407,6 @@ This exercise demonstrates how to extend the voice agent system by adding a comp
403407
- Semantic search provides accurate policy information retrieval
404408
- Maintains consistent agent experience while expanding capabilities
405409

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-
412410
#### Future Enhancements:
413411
- Expand the policy database with more detailed entries
414412
- Add domain-specific tools to the Car_Rental_Tools class

0 commit comments

Comments
 (0)