mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
fix: exa return empty content
This commit is contained in:
parent
e4b5b9ef01
commit
db5b611259
@ -22,7 +22,10 @@ export default class ExaProvider extends BaseWebSearchProvider {
|
||||
|
||||
const response = await this.exa.search({
|
||||
query,
|
||||
numResults: Math.max(1, maxResults)
|
||||
numResults: Math.max(1, maxResults),
|
||||
contents: {
|
||||
text: true
|
||||
}
|
||||
})
|
||||
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user