Skip to content

Commit 8ebb3f2

Browse files
clean up old prompt files
1 parent f29da65 commit 8ebb3f2

File tree

10 files changed

+21
-13
lines changed

10 files changed

+21
-13
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
/.cpcache/
1414
/.nrepl-port
1515
/target/
16+
/qrcode.png
17+
/tools_vector_store/.venv/
18+
/tools_vector_store/tools.db
19+
/tools_vector_store/chroma_db/

prompts/dockerfiles/010_system_prompt.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

prompts/dockerfiles/020_system_prompt.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

prompts/dockerfiles/100_user_prompt.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

prompts/examples/family.pdf

337 KB
Binary file not shown.

prompts/hub/graphviz.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
tools:
3+
- name: graphviz
4+
---
5+
6+
# prompt user
7+
8+
Use the graphviz dot language to represent a two nodes named A and B with an arrow pointing from A to B.
9+
10+
Send this to the graphviz tool to generate a png file.
11+

prompts/qrencode/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ Generate a QR code for the content
99
'https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/main/prompts/qrencode/README.md'.
1010
Save the generated image to `qrcode.png`.
1111
If the command fails, read the man page and try again.
12+
If successful, output the path to the generated image in markdown syntax.

prompts/recommended_tags/010_system_prompt.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

prompts/recommended_tags/100_user_prompt.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

prompts/recommended_tags/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
model: llama3.1
3-
url: http://localhost:11434/v1/chat/completions
4-
stream: false
52
tools:
63
- image: vonwig/docker_scout_tag_recommendation:latest
74
---
85

96
# prompt user
107

11-
Can you recommend a tag for the Docker `node` repository?
8+
Can you recommend a tag for the Docker image repository from this line
9+
10+
```
11+
FROM node:latest
12+
```

0 commit comments

Comments
 (0)