Tonight's work as one branch: all 46 reviewed PRs, verified green #47

Merged
kami merged 135 commits from integration/jul31 into master 2026-07-31 19:41:52 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 891136c65d - Show all commits
+1 -1
View File
@@ -82,7 +82,7 @@ type rss struct {
Description struct {
Inner string `xml:",innerxml"`
} `xml:"description"`
WordCount string `xml:"wordCount"`
WordCount string `xml:"wordCount"`
} `xml:"channel>item"`
}
+1 -1
View File
@@ -81,7 +81,7 @@ func TestRewriteConstrainsTheCall(t *testing.T) {
func TestRewriteRejectsBadModelOutput(t *testing.T) {
bad := []string{
`{"query":"почему небо синее"}`, // never translated
`{"query":""}`, // empty
`{"query":""}`, // empty
`{"query":"the sky is blue because sunlight is scattered by air"}`, // an answer
// Note: a SHORT English prose fragment ("Let me analyze this request")
// is under the word cap and cannot be caught here. The grammar is what