Skip to content

Commit

Permalink
Add more commands
Browse files Browse the repository at this point in the history
  • Loading branch information
errortek committed Jun 23, 2024
1 parent 40ef068 commit 6bd96dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions App2/Views/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ private async void Button_Click(object sender, Microsoft.UI.Xaml.RoutedEventArgs
"What's the date?",
"What is the date today?",
"What OS is this computer running?",
"What Axela version am I running?"
"What Axela version am I running?",
"Say something random, for fun",
"Tell me a fun fact"
};

public bool isRequestingWikipedia = false;
Expand All @@ -75,7 +77,9 @@ private async void Button_Click(object sender, Microsoft.UI.Xaml.RoutedEventArgs
$"The date right now is {DateTime.Now.ToString("dd.M.yyyy")}",
$"The date right now is {DateTime.Now.ToString("dd.M.yyyy")}",
$"This computer is running {Environment.OSVersion}",
$"You are running Axela v11.2406.1.0"
$"You are running Axela v11.2406.1.0",
$"I can even respond to your questions offline, as I run on-device, not in the cloud",
$"Windows XP is actually the longest-supported Windows version, being supported for 18 years (2001-2019) in its various forms, longer than that same metric for Windows 10, which has an ongoing 17 years of support (2015-2032) in its various forms."
};

private async Task ProcessSmartAnswer()
Expand Down

0 comments on commit 6bd96dc

Please sign in to comment.