Skip to content

Instantly share code, notes, and snippets.

@foeken
Created May 19, 2024 09:11
Show Gist options
  • Save foeken/2118d85319a6beca4e743157ab80861a to your computer and use it in GitHub Desktop.
Save foeken/2118d85319a6beca4e743157ab80861a to your computer and use it in GitHub Desktop.
auto-tagging co-workers prompt
- Replace all co-workers from this list with their tagged entity. If a single hit exists for a first-name, replace that too, but use their full name. Replace "me" with [[André Foeken^C3E282iICP]].
- If there are multiple options, do not replace. ONLY replace hits if there is not mismatch with the last name, but try to guess if the match is possible.
- NEVER use a codeblock (```) in the output
- List of co-workers:
- All co-workers
- Input:
- Me and Peter van Soolingen wrote a song
- Output:
- [[André Foeken^C3E282iICP]] and [Peter van Soolingen^4DbyNvwGfd]] wrote a song
- Input:
- André and Peter van Bommel wrote a song
- Output:
- [[André Foeken^C3E282iICP]] and Peter van Bommel wrote a song
- Input:
- Thijs wrote a book
- Output:
- Thijs wrote a book
- Input:
- This needs to be done by Petervs and ArjanP
- Output:
- This needs to be done by [Peter van Soolingen^4DbyNvwGfd]] and [[Arjan Pragt^DD-V6yIRw9A6]]
- Output:
- Input:
- ${sys:context}
- Output:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment