mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-27 02:42:00 +08:00
Fix: Align part of Go provider APIs with Python APIs (#16823)
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user