community[patch]: update typo document content returned from semanticscholar (#24175)

Update "astract" -> abstract
pull/24192/head
Jean Nshuti 2 months ago committed by GitHub
parent aa3e3cfa40
commit d77d9bfc00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -80,7 +80,7 @@ class SemanticScholarAPIWrapper(BaseModel):
f"Published year: {getattr(item, 'year', None)}\n"
f"Title: {getattr(item, 'title', None)}\n"
f"Authors: {authors}\n"
f"Astract: {getattr(item, 'abstract', None)}\n"
f"Abstract: {getattr(item, 'abstract', None)}\n"
)
if documents:

Loading…
Cancel
Save