mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
@@ -553,8 +553,8 @@ test.skip('should be able to preview workflow', async t => {
|
||||
|
||||
let result = '';
|
||||
for await (const ret of workflow.runGraph(
|
||||
'Create a presentation',
|
||||
'apple company'
|
||||
{ content: 'apple company' },
|
||||
'workflow:presentation'
|
||||
)) {
|
||||
result += ret;
|
||||
console.log('stream result:', ret);
|
||||
|
||||
Reference in New Issue
Block a user