Skip to content

Commit e87c6c4

Browse files
author
colinmcneil
committed
Add better settings
1 parent 4243615 commit e87c6c4

File tree

13 files changed

+800
-624
lines changed

13 files changed

+800
-624
lines changed

prompts/chrome.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Chrome web scraper
3-
model: claude-3-5-sonnet-20241022
3+
model: claude-3-7-sonnet-latest
44
arguments:
55
- name: query
66
description: the question to answer
@@ -20,20 +20,18 @@ tools:
2020
type: string
2121
description: The message to send to websocat on stdin.
2222
websocat_args:
23-
type: array
24-
items:
25-
type: string
23+
type: string
2624
description: The arguments to pass to websocat.
2725
required:
2826
- url
2927
- message
30-
- websocat_args
28+
- websocat_args
3129
container:
3230
image: vonwig/websocat:latest
3331
stdin:
3432
content: "{{message|safe}}"
3533
command:
36-
- "{{websocat_args|into}}"
34+
- "{{websocat_args}}"
3735
- "{{url|safe}}"
3836
- name: curl
3937
description: Run a curl command.

0 commit comments

Comments
 (0)