Skip to content

Commit

Permalink
Merge pull request #436 from microsoft/dayland/6372-update-default-Qs…
Browse files Browse the repository at this point in the history
…-in-UX

Update example list with new questions
  • Loading branch information
dayland authored Jan 9, 2024
2 parents bd8435b + 4aedcfe commit 9174139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/frontend/src/components/Example/ExampleList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export type ExampleModel = {
};

const EXAMPLES: ExampleModel[] = [
{ text: "What impact does China have on climate change?", value: "What impact does China have on climate change?" },
{ text: "How is strengthening student data privacy accomplished?", value: "How is strengthening student data privacy accomplished?" },
{ text: "What are Microsoft's primary sources of revenue?", value: "What are Microsoft's primary sources of revenue?" },
{ text: "Provide a report comparing the Arleigh Burke destroyers with the Chinese Type 055.", value: "Provide a report comparing the Arleigh Burke destroyers with the Chinese Type 055." }
{ text: "What are some flavors of Breyers?", value: "What are some flavors of Breyers?" }
];

interface Props {
Expand Down

0 comments on commit 9174139

Please sign in to comment.