Interface: SearchPapersResponse
@kortexya/reasoninglayer / Research / SearchPapersResponse
Interface: SearchPapersResponse
Defined in: src/types/research.ts:51
Response from paper search.
Properties
results
results:
PaperSearchResultDto[]
Defined in: src/types/research.ts:53
Search results.
totalFound
totalFound:
number
Defined in: src/types/research.ts:55
Total results found (may exceed returned count).