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

strict-tool-use changed

agents-and-tools/tool-use/strict-tool-use

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 577 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 577, old and new numbered
/
lines
from line 577
577577 if err != nil {
578578 log.Fatal(err)
579579 }
580 fmt.Println(response)
580 fmt.Println(response.RawJSON())
581581 ```
582582 
583583 ```java Java
from line 962
962962 if err != nil {
963963 log.Fatal(err)
964964 }
965 fmt.Println(response)
965 fmt.Println(response.RawJSON())
966966 ```
967967 
968968 ```java Java