Skip to content

Commit fc08535

Browse files
committed
add summarize chat thread
1 parent e792d0f commit fc08535

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'use strict';
2+
3+
const extrovert = require('extrovert');
4+
5+
module.exports = extrovert.toNetlifyFunction(require('../../src/actions/summarizeChatThread'));

0 commit comments

Comments
 (0)