mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: spread query object in arxivSearch function
This commit is contained in:
parent
78b2cbb2cf
commit
3b70290cf2
@ -11,7 +11,7 @@ export async function arxivSearch(
|
|||||||
const { data } = await axiosClient.post<ArxivSearchResponse>(
|
const { data } = await axiosClient.post<ArxivSearchResponse>(
|
||||||
`https://svip.jina.ai/`,
|
`https://svip.jina.ai/`,
|
||||||
{
|
{
|
||||||
q: query.q,
|
...query,
|
||||||
domain: 'arxiv',
|
domain: 'arxiv',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user