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 e227ba6 commit 17507b1Copy full SHA for 17507b1
prompts/examples/hello_world.md
@@ -4,13 +4,14 @@ description: send a greeting from Docker
4
model: claude-3-5-sonnet-20241022
5
tools:
6
- name: hello-docker
7
- description: print a secret message
+ description: send a greeting from docker
8
parameters:
9
type: object
10
properties:
11
greeting:
12
type: string
13
description: the greeting to send
14
+ required: [greeting]
15
container:
16
image: busybox:latest
17
command:
0 commit comments