-
Notifications
You must be signed in to change notification settings - Fork 97
docs: Added new Sample Questions page and reference file #492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
5b0d4e6
615e0f2
ac91ba6
d592adf
d349eed
e1a972f
bf903f2
b687d7f
475b66e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,7 +37,7 @@ jobs: | |
| uses: lycheeverse/[email protected] | ||
| 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: | ||
|
|
@@ -50,8 +50,8 @@ jobs: | |
| uses: lycheeverse/[email protected] | ||
| with: | ||
| args: > | ||
| --verbose --exclude-mail --no-progress --exclude ^https?:// | ||
| --verbose --no-progress --exclude ^https?:// | ||
| '**/*.md' | ||
| failIfEmpty: false | ||
| env: | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,45 @@ | ||||||
| # Sample Questions | ||||||
|
|
||||||
| To help you get started, here are some **Sample Prompts** you can ask in the app: | ||||||
|
|
||||||
| ## **Housing Affordability & Report Analysis** | ||||||
| Prompts focus on housing issues, document filtering, and comparing annual report outcomes. | ||||||
|
|
||||||
| ### **Overview** | ||||||
| _Sample Worlflow:_ | ||||||
|
|
||||||
| - Question: What are the main factors contributing to the current housing affordability issues? | ||||||
| - Task: Click one of the **suggested follow-up question** and related response is generated. | ||||||
| - Task: Click **New topic** button to clear the chat conversation. | ||||||
|
|
||||||
| ### **Housing Report** | ||||||
| Explore key findings, compare annual data, and review detailed housing insights. | ||||||
|
|
||||||
| _Sample Workflow:_ | ||||||
|
|
||||||
| - Task: Search for the keyword **Housing Report** to filter the document list and display only relevant results. | ||||||
| - Task: Select two documents **(Annual Housing Report 2022 & 2023)** right top panel is switched to **2 Selected** tab. | ||||||
|
||||||
|  | ||||||
|
||||||
|  | |
|  |
Copilot
AI
Nov 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double punctuation detected - there's both a question mark and a period. Remove the period after the question mark.
| - Question: Can you summarize and compare the tables on page **10** and **11**?. | |
| - Question: Can you summarize and compare the tables on page **10** and **11**? |
Copilot
AI
Nov 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is missing the 'Task:' prefix that's used consistently in other workflow items. Add 'Task:' at the beginning for consistency.
| - Search for the keyword **Contracts** to filter the document list and display only relevant results. | |
| - Task: Search for the keyword **Contracts** to filter the document list and display only relevant results. |
Copilot
AI
Nov 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double space detected between the comma and 'handwritten'. Remove the extra space.
| - Task: Select **3** to **4**, **handwritten contract documents**. | |
| - Task: Select **3** to **4**, **handwritten contract documents**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'Workflow' from 'Worlflow'.