Skip to content

Commit

Permalink
Merge pull request #379 from eltociear/patch-3
Browse files Browse the repository at this point in the history
chore: update screenpipe.js
  • Loading branch information
louis030195 authored Sep 29, 2024
2 parents 874716b + 6d3dc33 commit cba866f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const screenpipe = async (conf) => {
'content': `Based on this user selection: "${msg}", generate parameters as JSON for 3 different queries to screenpipe.
Each query should have "q", "offset", "limit", and start_time, end_time fields.
Rules:
- q should be a single keyword that would properly find in the text found on the user screen some infomation that would help answering the user question.
- q should be a single keyword that would properly find in the text found on the user screen some information that would help answering the user question.
Return a list of objects with the key "queries"
- q contains a single query, again, for example instead of "life plan" just use "life"
- Respond with only the updated JSON object
Expand Down

0 comments on commit cba866f

Please sign in to comment.