Fix: Align part of Go provider APIs with Python APIs (#16823)

This commit is contained in:
Lynn
2026-07-13 11:20:02 +08:00
committed by GitHub
parent 3c0f8fc192
commit b0cac0ac9d
10 changed files with 498 additions and 21 deletions

View File

@@ -81,9 +81,9 @@ func TestGoogleScholar_InvokeMergesNodeParams(t *testing.T) {
fake := &fakeGoogleScholarInvoker{}
c := newGoogleScholarComponentWithInvoker(fake, map[string]any{
"top_n": float64(20),
"sort_by": "date",
"patents": false,
"top_n": float64(20),
"sort_by": "date",
"patents": false,
})
_, err := c.Invoke(context.Background(), map[string]any{