Skip to content

Commit f07ac10

Browse files
author
colinmcneil
committed
Add resource to chrome prompts
1 parent 6016f01 commit f07ac10

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

prompts/chrome.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ tools:
6464
background: true
6565
ports:
6666
- "9222:9222"
67+
resources:
68+
- name: Scrape the web with Chrome
69+
description: A freeform tool to scrape the web with chrome.
70+
uri: memo://scrape-chrome
71+
mimeType: text/plain
72+
matches: resource:///thread/scrape.txt
73+
default:
74+
text: "No chrome browser has been started yet."
6775
---
6876

6977
# prompt

0 commit comments

Comments
 (0)