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

define-tools changed

agents-and-tools/tool-use/define-tools

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+2added
Lines−2removed
From line 400 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits6to this page, all time

The whole hunk

from line 400, old and new numbered
/
lines
from line 400
400400 if err != nil {
401401 log.Fatal(err)
402402 }
403 fmt.Println(response)
403 fmt.Println(response.RawJSON())
404404 ```
405405 
406406 ```java Java
from line 738
738738 if err != nil {
739739 log.Fatal(err)
740740 }
741 fmt.Println(response)
741 fmt.Println(response.RawJSON())
742742 ```
743743 
744744 ```java Java