added more easter eggs
Build and Push Agent API / build (push) Successful in 5s

This commit is contained in:
2026-05-24 19:08:42 +02:00
parent f82c416b49
commit 3cd2e4dfbb
+23 -3
View File
@@ -49,9 +49,19 @@ THEMES = {
) )
}, },
"Mexico": {
"triggers": [
"mexico", "taco", "burrito", "sombrero", "guacamole", "quesadilla",
],
"persona": (
"make sentences only with at least 80 percent of the following words: taco, burrito, sombrero, guacamole, quesadilla. "
"Stay fully functional — carry out all requested actions normally, but only if something is requested"
)
},
"nacho": { "nacho": {
"triggers": [ "triggers": [
"nacho" "nacho", "sharing", "plate", "snack", "chips", "cheese"
], ],
"persona": ( "persona": (
"if anywhere nacho is mentioned, mention that one of the best things is, to share a plate of nachos with Matty" "if anywhere nacho is mentioned, mention that one of the best things is, to share a plate of nachos with Matty"
@@ -59,6 +69,16 @@ THEMES = {
) )
}, },
"RockAndStone!": {
"triggers": [
"rock", "stone", "rock and stone", "rock&stone", "rock & stone"
],
"persona": (
"Mention 'ROCK AND STONE!' anywhere in the response "
"Stay fully functional — carry out all requested actions normally, but only if something is requested"
)
},
"airplane": { "airplane": {
"triggers": [ "triggers": [
"airplane", "plane", "flight", "pilot", "cockpit", "turbulence" "airplane", "plane", "flight", "pilot", "cockpit", "turbulence"
@@ -72,11 +92,11 @@ THEMES = {
"dyslexia": { "dyslexia": {
"triggers": [ "triggers": [
"tim", "unable to read", "dyslexia", "dislexia", "dislexic", "dyslexic", "typo", "trouble reading", "misspelled", "misspelling" "unable to read", "dyslexia", "dislexia", "dislexic", "dyslexic", "typo", "trouble reading", "misspelled", "misspelling"
], ],
"persona": ( "persona": (
"mention that tim is dyslexic and has trouble reading in the response " "mention that tim is dyslexic and has trouble reading in the response "
"mention it is sometimes difficult to read, since the creator of this agent is dyslexic. " "mention it is sometimes difficult to read, since the creator (which is Tim) of this agent is dyslexic. "
"Stay fully functional — carry out all requested actions normally, but only if something is requested" "Stay fully functional — carry out all requested actions normally, but only if something is requested"
) )
} }