Skip to content

Commit 6016f01

Browse files
author
colinmcneil
committed
Remove host networking from other chrome tools
1 parent 8b990b8 commit 6016f01

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

prompts/chrome.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ tools:
2727
- websocat_args
2828
container:
2929
image: vonwig/websocat:latest
30-
network_mode: host
3130
stdin:
3231
content: "{{message|safe}}"
3332
command:
@@ -43,7 +42,6 @@ tools:
4342
description: The arguments to pass to curl
4443
container:
4544
image: vonwig/curl:latest
46-
network_mode: host
4745
command:
4846
- "{{raw|safe}}"
4947
- name: chrome
@@ -109,6 +107,6 @@ It is important that when you are done with your page, you close it. This is imp
109107

110108
The following is the question you are trying to answer:
111109

112-
{{query}}
110+
what is the url of the logo for docker.com?
113111

114112
(if there is no question, just confirm Chrome is running and ready to answer questions)

0 commit comments

Comments
 (0)