We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073eabd commit f11d056Copy full SHA for f11d056
prompts/examples/curl.md
@@ -1,6 +1,5 @@
1
---
2
name: curl
3
-description: Use curl to fetch gists for a user (demonstrates generic usage of the curl container)
4
model: claude-3-5-sonnet-20241022
5
tools:
6
- name: curl
@@ -12,7 +11,13 @@ parameter-values:
12
11
user: slimslenderslacks
13
14
15
-# prompt
+# prompt fetch gists
+
16
+## description
17
18
+Use curl to fetch gists for a user (demonstrates generic usage of the curl container)
19
20
+## content
21
22
Run the curl command, in silent mode, to fetch gists for user {{user}} from GitHub.
23
0 commit comments