Skip to content

Commit

Permalink
See if the catalog refreshes
Browse files Browse the repository at this point in the history
  • Loading branch information
slimslenderslacks committed Jan 25, 2025
1 parent 0d13e18 commit fa9668d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion prompts/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ registry:
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/mcp-sqlite.md
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/sqlite.svg
curl:
description: Use curl to make HTTP requests
description: Demonstration of curl tool (use curl to fetch GitHub gists for a user)
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/examples/curl.md
icon: https://cdn.jsdelivr.net/npm/simple-icons@v7/icons/curl.svg
hello world:
Expand Down
5 changes: 5 additions & 0 deletions prompts/examples/curl.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
---
name: curl
description: Use curl to fetch gists for a user (demonstrates generic usage of the curl container)
model: claude-3-5-sonnet-20241022
tools:
- name: curl
arguments:
- name: user
description: the GitHub username to fetch gists for
required: true
parameter-values:
user: slimslenderslacks
---
Expand Down

0 comments on commit fa9668d

Please sign in to comment.