Return 200 on claude summary
This commit is contained in:
@@ -58,6 +58,7 @@ Return a two paragraph or less summary, bullet points of the topics, and bullet
|
|||||||
|
|
||||||
return res
|
return res
|
||||||
.header('Content-Type', 'text/plain; charset=utf-8')
|
.header('Content-Type', 'text/plain; charset=utf-8')
|
||||||
|
.status(200)
|
||||||
.send((response.content[0] as any).text);
|
.send((response.content[0] as any).text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user