Skip to content

Commit

Permalink
Fix greeting parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
slimslenderslacks committed Jan 24, 2025
1 parent 5041666 commit 761005b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions prompts/examples/hello_world.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
name: hello from Docker
description: send a greeting from Docker
model: claude-3-5-sonnet-20241022
parameters:
type: object
properties:
greeting:
type: string
description: the greeting to send
tools:
- name: hello-docker
description: print a secret message
parameters:
type: object
properties:
greeting:
type: string
description: the greeting to send
container:
image: busybox:latest
command:
Expand Down

0 comments on commit 761005b

Please sign in to comment.