Skip to content

Commit fa9668d

Browse files
See if the catalog refreshes
1 parent 0d13e18 commit fa9668d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

prompts/catalog.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ registry:
88
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/mcp-sqlite.md
99
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/sqlite.svg
1010
curl:
11-
description: Use curl to make HTTP requests
11+
description: Demonstration of curl tool (use curl to fetch GitHub gists for a user)
1212
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/curl.md
1313
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/curl.svg
1414
hello world:

prompts/examples/curl.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
---
22
name: curl
3+
description: Use curl to fetch gists for a user (demonstrates generic usage of the curl container)
34
model: claude-3-5-sonnet-20241022
45
tools:
56
- name: curl
7+
arguments:
8+
- name: user
9+
description: the GitHub username to fetch gists for
10+
required: true
611
parameter-values:
712
user: slimslenderslacks
813
---

0 commit comments

Comments
 (0)