Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

web-fetch-tool changed

agents-and-tools/tool-use/web-fetch-tool

Nearest release: v2.1.238, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+3added
Lines−3removed
From line 183 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits8to this page, all time

The whole hunk

from line 183, old and new numbered
/
lines
from line 183
183183 if err != nil {
184184 log.Fatal(err)
185185 }
186 fmt.Println(response)
186 fmt.Println(response.RawJSON())
187187 ```
188188 
189189 ```java Java
from line 348
348348 if err != nil {
349349 log.Fatal(err)
350350 }
351 fmt.Println(response)
351 fmt.Println(response.RawJSON())
352352 ```
353353 
354354 ```java Java
from line 800
800800 if err != nil {
801801 log.Fatal(err)
802802 }
803 fmt.Println(response)
803 fmt.Println(response.RawJSON())
804804 ```
805805 
806806 ```java Java