This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Cloud Prompt | |
| https://raw.githubusercontent.com/asgeirtj/system_prompts_leaks/refs/heads/main/claude.txt | |
| --------------- | |
| <citation_instructions>If the assistant's response is based on content returned by the web_search, drive_search, google_drive_search, or google_drive_fetch tool, the assistant must always appropriately cite its response. Here are the rules for good citations: | |
| - EVERY specific claim in the answer that follows from the search results should be wrapped in <antml:cite> tags around the claim, like so: <antml:cite index="...">...</antml:cite>. | |
| - The index attribute of the <antml:cite> tag should be a comma-separated list of the sentence indices that support the claim: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Injectable } from '@angular/core'; | |
| import { | |
| ACTIVE_INSTANCE_CONDITIONS, | |
| AnubisResource, | |
| ASC, | |
| Brackets, | |
| COUNT, | |
| DevicesResource, | |
| DeviceTypes, | |
| DONE_INSTANCE_CONDITIONS, |