Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 authored Jan 11, 2025
1 parent 2bfa733 commit 22844e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenpipe-js/examples/query-screenpipe/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async function queryScreenpipe() {
const results = await pipe.queryScreenpipe({
startTime: fiveMinutesAgo,
limit: 10,
contentType: "all", // can be "text", "vision", or "all"
contentType: "all", // can be "ocr", "audio", "ui", or "all"
});

if (!results) {
Expand Down

0 comments on commit 22844e8

Please sign in to comment.