Skip to content

Commit 2c6d549

Browse files
kalaspuffarCopilot
andcommitted
Type change
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7fb7cfc commit 2c6d549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/search/rerankers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export class SimpleReranker extends BaseReranker {
7878
expiresIn: '10m',
7979
});
8080

81-
const resp = await axios.post<t.SimpleRerankerResponse | undefined>(
81+
const resp = await axios.post<t.SimpleRerankerResponse[]>(
8282
this.instanceUrl,
8383
requestData,
8484
{

0 commit comments

Comments
 (0)