From 24ab751d2ccc37b5dcb6c30737c8623e6d2dd1c5 Mon Sep 17 00:00:00 2001 From: chris-colinsky Date: Mon, 1 Jun 2026 18:47:11 -0700 Subject: [PATCH] Add examples 11 and 12 to smoke test --- tests/test_examples_smoke.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_examples_smoke.py b/tests/test_examples_smoke.py index 2c4386f..5e10f33 100644 --- a/tests/test_examples_smoke.py +++ b/tests/test_examples_smoke.py @@ -41,6 +41,8 @@ "08-checkpointing-and-migration", "09-tool-use", "10-langfuse-observability", + "11-chat-with-multimodal", + "12-production-observability", ]