-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdd9404
commit 90a63c4
Showing
3 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
tools: bob | ||
|
||
Ask Bob how he is doing and let me know exactly what he said. | ||
|
||
--- | ||
name: bob | ||
description: I'm Bob, a friendly guy. | ||
|
||
When asked how I am doing, respond with "I'm doing great fellow friendly AI tool!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
tools: sys.download, sys.exec | ||
|
||
Download https://www.sqlitetutorial.net/wp-content/uploads/2018/03/chinook.zip to the | ||
local directory. Expand the archive as there is a sqlite database in it. | ||
|
||
First inspect the schema of the database to understand the table structure. | ||
|
||
Form and run a SQL query to find the artist with the most number of albums and output | ||
the result of that. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters