File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ registry:
8
8
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/mcp-sqlite.md
9
9
icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/sqlite.svg
10
10
curl :
11
- description : Use curl to make HTTP requests
11
+ description : Demonstration of curl tool (use curl to fetch GitHub gists for a user)
12
12
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/curl.md
13
13
icon : https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/curl.svg
14
14
hello world :
Original file line number Diff line number Diff line change 1
1
---
2
2
name : curl
3
+ description : Use curl to fetch gists for a user (demonstrates generic usage of the curl container)
3
4
model : claude-3-5-sonnet-20241022
4
5
tools :
5
6
- name : curl
7
+ arguments :
8
+ - name : user
9
+ description : the GitHub username to fetch gists for
10
+ required : true
6
11
parameter-values :
7
12
user : slimslenderslacks
8
13
---
You can’t perform that action at this time.
0 commit comments