Skip to content

Commit 1ec0054

Browse files
Update components/agentset/sources/new-document-created/new-document-created.mjs
Co-authored-by: Leo Vu <[email protected]>
1 parent b4eeb2c commit 1ec0054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/agentset/sources/new-document-created/new-document-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default {
1515
return this.agentset.listDocuments;
1616
},
1717
getSummary(item) {
18-
return `New document cerated: ${item.name || item.id}`;
18+
return `New document created: ${item.name || item.id}`;
1919
},
2020
},
2121
sampleEmit,

0 commit comments

Comments
 (0)