Skip to content

Commit 761005b

Browse files
Fix greeting parameters
1 parent 5041666 commit 761005b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

prompts/examples/hello_world.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
name: hello from Docker
33
description: send a greeting from Docker
44
model: claude-3-5-sonnet-20241022
5-
parameters:
6-
type: object
7-
properties:
8-
greeting:
9-
type: string
10-
description: the greeting to send
115
tools:
126
- name: hello-docker
137
description: print a secret message
8+
parameters:
9+
type: object
10+
properties:
11+
greeting:
12+
type: string
13+
description: the greeting to send
1414
container:
1515
image: busybox:latest
1616
command:

0 commit comments

Comments
 (0)