Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/broken-links-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: lycheeverse/lychee-action@v2.6.1
with:
args: >
--verbose --exclude-mail --no-progress --exclude ^https?://
--verbose --no-progress --exclude ^https?://
${{ steps.changed-markdown-files.outputs.all_changed_files }}
failIfEmpty: false
env:
Expand All @@ -50,7 +50,7 @@ jobs:
uses: lycheeverse/lychee-action@v2.6.1
with:
args: >
--verbose --exclude-mail --no-progress --exclude ^https?://
--verbose --no-progress --exclude ^https?://
'**/*.md'
failIfEmpty: false
env:
Expand Down
10 changes: 1 addition & 9 deletions documents/DeploymentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,15 +243,7 @@ Follow steps in [Local Debugging Setup](./LocalDebuggingSetup.md) to configure y

## Sample Questions

To help you get started, here are some **Sample Questions** you can ask in the app:

- Total number of calls by date for the last 7 days
- Show average handling time by topics in minutes
- What are the top 7 challenges users reported?
- Give a summary of billing issues
- When customers call in about unexpected charges, what types of charges are they seeing?

These questions serve as a great starting point to explore insights from the data.
To help you get started, here are some [Sample Questions](./SampleQuestions.md) you can follow to try it out.

## Next Steps:
Now that you've completed your deployment, you can start using the solution. Try out these things to start getting familiar with the capabilities:
Expand Down
Binary file added documents/Images/Samplequestions1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions documents/SampleQuestions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Sample Questions

To help you get started, here are some **Sample Prompts** you can ask in the app:

> Note: To avoid rate limit errors, pause for 2–3 seconds after a response before submitting the next question. <br>
Average response time is 8–14 seconds.

1. Ask the following questions:
- Total number of calls by date for last 7 days.
- To view the response data as a graph, just prompt "Generate Chart".
- Show average handling time by topics in minutes.
- What are top 7 challenges user reported.
- Give a summary of billing issues.
- When customers call in about unexpected charges, what types of charges are they seeing?


![GenerateDraft](Images/Samplequestions1.png)


This structured approach helps users quickly extract actionable insights from client conversations to help users understand priorities, trends, and opportunities for better engagement.