We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067cdc0 commit 3d1fdefCopy full SHA for 3d1fdef
1 file changed
.speakeasy/in.openapi.yaml
@@ -10549,6 +10549,7 @@ components:
10549
OutputWebFetchServerToolItem:
10550
description: An openrouter:web_fetch server tool output item
10551
example:
10552
+ httpStatus: 200
10553
id: wf_tmp_abc123
10554
status: completed
10555
title: Example Domain
@@ -10557,6 +10558,12 @@ components:
10557
10558
properties:
10559
content:
10560
type: string
10561
+ error:
10562
+ description: The error message if the fetch failed.
10563
+ type: string
10564
+ httpStatus:
10565
+ description: The HTTP status code returned by the upstream URL fetch.
10566
+ type: integer
10567
id:
10568
10569
status:
0 commit comments