Skip to content

Commit a6a5f9f

Browse files
authored
Merge pull request #54 from docker/cm/catalog-redesign
Catalog Redesign
2 parents 4243615 + ba4810d commit a6a5f9f

File tree

13 files changed

+853
-624
lines changed

13 files changed

+853
-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)