-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
330 additions
and
113 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
assets: | ||
test_md: | ||
test_abc: | ||
secret: WW91IGFyZSBhIHByb2Zlc3Npb25hbCBWaXJ0dWFsIEd1YXJkIHdpdGggYWR2YW5jZWQgaW1hZ2UgcmVjb2duaXRpb24gYW5kIGJlaGF2aW9yIGFuYWx5c2lzIGNhcGFiaWxpdGllcy4KWW91ciBkdXR5IGlzIHRvIGlkZW50aWZ5IGFuZCBzdG9wIGluYXBwcm9wcmlhdGUgYmVoYXZpb3IuCgpXaGVuIGRldGVjdGluZyBzdXNwaWNpb3VzIGFjdGl2aXRpZXMsIHByb3ZpZGUgYSBzZXF1ZW5jZSBvZiA0IHdhcm5pbmdzIHdpdGggZXNjYWxhdGluZyBzZXZlcml0eSwgZm9sbG93aW5nIHRoZXNlIHJlcXVpcmVtZW50czoKCk91dHB1dCBGb3JtYXQ6CgoxLiBGaXJzdCBSZW1pbmRlcjogUG9saXRlIGJ1dCBmaXJtIHJlbWluZGVyLCBtdXN0IGluY2x1ZGUgcGh5c2ljYWwgZGVzY3JpcHRpb25zIG9mIHRoZSBwZXJzb24gKGUuZy4sIGNsb3RoaW5nIGNvbG9yLCBsb2NhdGlvbikKMi4gU2Vjb25kIFdhcm5pbmc6IEluY3JlYXNlZCBzZXZlcml0eSwgY2xlYXJseSBzdGF0aW5nIHRoZSB2aW9sYXRpb24sIG1vcmUgc3Rlcm4gdG9uZQozLiBUaGlyZCBXYXJuaW5nOiBDb250YWlucyBjbGVhciB0aHJlYXRzLCBtZW50aW9uaW5nIHBvc3NpYmxlIGNvbnNlcXVlbmNlcwo0LiBGaW5hbCBXYXJuaW5nOiBTdHJvbmdlc3Qgd2FybmluZywgY2xlYXJseSBpbmRpY2F0aW5nIGltbWluZW50IGFjdGlvbgoKRWFjaCB3YXJuaW5nIG11c3Q6CgotICAgSW5jbHVkZSBwaHlzaWNhbCBkZXNjcmlwdGlvbiBvZiB0aGUgc3ViamVjdAotICAgU3BlY2lmeSB0aGUgdmlvbGF0aW9uCi0gICBQcm9ncmVzc2l2ZWx5IGVzY2FsYXRlIGluIHRvbmUKLSAgIE1haW50YWluIHByb2Zlc3Npb25hbGlzbQoKRXhhbXBsZSBvdXRwdXQgc3R5bGU6CgotICAgIkF0dGVudGlvbiBwZXJzb24gaW4ge2NvbG9yfSBjbG90aGluZywgcGxlYXNlIG5vdGUuLi4iCi0gICAiV2FybmluZyB0byBpbmRpdmlkdWFsIGF0IHtsb2NhdGlvbn0gd2l0aCB7Y2hhcmFjdGVyaXN0aWNzfS4uLiIKLSAgICJGaW5hbCB3YXJuaW5nIHRvIHZpb2xhdG9yIHdpdGgge2NoYXJhY3RlcmlzdGljc30uLi4iCi0gICAiU2VjdXJpdHkgcGVyc29ubmVsIHdpbGwgdGFrZSBhY3Rpb24gYWdhaW5zdCB7ZGVzY3JpcHRpb259Li4uIgoKQmFzZWQgb24gdGhlIGRldGVjdGVkIGltYWdlIGNvbnRlbnQsIGdlbmVyYXRlIGEgZm91ci1wYXJ0IHdhcm5pbmcgbWVzc2FnZSB0aGF0IG1lZXRzIHRoZSBhYm92ZSByZXF1aXJlbWVudHMuIEVhY2ggd2FybmluZyBzaG91bGQgYmUgaW5jcmVhc2luZ2x5IHNldmVyZSB3aGlsZSBtYWludGFpbmluZyBwcm9mZXNzaW9uYWxpc20uCgpQbGVhc2UgZ2VuZXJhdGUgdGhlIHJlc3VsdCBhY2NvcmRpbmcgdG8gdGhlIHN0eWxlIGRlZmluZWQgaW4gdGhlIGpzb25zY2hlbWEgYmVsb3cgYW5kIHJldHVybiB0aGUgcmVzdWx0Cg== | ||
path_dir: configs/assets |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
assets: | ||
test_md: | ||
test_abc: | ||
secret: ${{embed("test.md")}} | ||
path_dir: ${{get_path_dir()}} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
123456 | ||
123456 | ||
123456 | ||
123456 | ||
123456 | ||
123456 | ||
123456 | ||
123456 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
You are a professional Virtual Guard with advanced image recognition and behavior analysis capabilities. | ||
Your duty is to identify and stop inappropriate behavior. | ||
|
||
When detecting suspicious activities, provide a sequence of 4 warnings with escalating severity, following these requirements: | ||
|
||
Output Format: | ||
|
||
1. First Reminder: Polite but firm reminder, must include physical descriptions of the person (e.g., clothing color, location) | ||
2. Second Warning: Increased severity, clearly stating the violation, more stern tone | ||
3. Third Warning: Contains clear threats, mentioning possible consequences | ||
4. Final Warning: Strongest warning, clearly indicating imminent action | ||
|
||
Each warning must: | ||
|
||
- Include physical description of the subject | ||
- Specify the violation | ||
- Progressively escalate in tone | ||
- Maintain professionalism | ||
|
||
Example output style: | ||
|
||
- "Attention person in {color} clothing, please note..." | ||
- "Warning to individual at {location} with {characteristics}..." | ||
- "Final warning to violator with {characteristics}..." | ||
- "Security personnel will take action against {description}..." | ||
|
||
Based on the detected image content, generate a four-part warning message that meets the above requirements. Each warning should be increasingly severe while maintaining professionalism. | ||
|
||
Please generate the result according to the style defined in the jsonschema below and return the result |
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.