From 73b7917d319d3291c24482ab613c4389cf62e44e Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Wed, 4 Mar 2026 14:25:54 +0000 Subject: [PATCH] llama special case in joke demo --- .../trustgraph/tool_service/joke/service.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/trustgraph-flow/trustgraph/tool_service/joke/service.py b/trustgraph-flow/trustgraph/tool_service/joke/service.py index e74f0790..c1221f3f 100644 --- a/trustgraph-flow/trustgraph/tool_service/joke/service.py +++ b/trustgraph-flow/trustgraph/tool_service/joke/service.py @@ -63,6 +63,23 @@ JOKES = { "99 little bugs in the code, 99 little bugs. Take one down, patch it around, 127 little bugs in the code.", ], }, + "llama": { + "pun": [ + "Why did the llama get a ticket? Because he was caught spitting in a no-spitting zone!", + "What do you call a llama who's a great musician? A llama del Rey!", + "Why did the llama cross the road? To prove he wasn't a chicken!", + ], + "dad-joke": [ + "What did the llama say when he got kicked out of the zoo? 'Alpaca my bags!'", + "Why don't llamas ever get lost? Because they always know the way to the Andes!", + "What do you call a llama with no legs? A woolly rug!", + ], + "one-liner": [ + "Llamas are great at meditation. They're always saying 'Dalai Llama.'", + "I asked a llama for directions. He said 'No probllama!'", + "Never trust a llama. They're always up to something woolly.", + ], + }, "animals": { "pun": [ "What do you call a fish without eyes? A fsh!",