We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e834043 commit aedc4e9Copy full SHA for aedc4e9
1 file changed
packages/opencode/src/tool/webfetch.ts
@@ -52,8 +52,7 @@ export const WebFetchTool = Tool.defineEffect(
52
let acceptHeader = "*/*"
53
switch (params.format) {
54
case "markdown":
55
- acceptHeader =
56
- "text/markdown;q=1.0, text/x-markdown;q=0.9, text/plain;q=0.8, text/html;q=0.7, */*;q=0.1"
+ acceptHeader = "text/markdown;q=1.0, text/x-markdown;q=0.9, text/plain;q=0.8, text/html;q=0.7, */*;q=0.1"
57
break
58
case "text":
59
acceptHeader = "text/plain;q=1.0, text/markdown;q=0.9, text/html;q=0.8, */*;q=0.1"
0 commit comments