From 24dc17e9fff9f7db846260fe7904fb3cba995dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=81ukawski?= Date: Wed, 22 Jul 2026 14:45:31 +0200 Subject: [PATCH] fix: render warning as blockquote in tutorial 50 --- tutorials/50_Using_Pre_Built_Agents_from_Agent_Pack.ipynb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tutorials/50_Using_Pre_Built_Agents_from_Agent_Pack.ipynb b/tutorials/50_Using_Pre_Built_Agents_from_Agent_Pack.ipynb index 12cad2eb..29a6c63d 100644 --- a/tutorials/50_Using_Pre_Built_Agents_from_Agent_Pack.ipynb +++ b/tutorials/50_Using_Pre_Built_Agents_from_Agent_Pack.ipynb @@ -45,11 +45,7 @@ "cell_type": "markdown", "id": "a1114b46", "metadata": {}, - "source": [ - ":::warning\n", - "**Agent Pack is experimental.** Its APIs and agent architectures can change in any release, without following the usual Haystack deprecation policy. It is distributed separately from `haystack-ai` (in [`haystack-core-integrations`](https://github.com/deepset-ai/haystack-core-integrations)) precisely so these patterns can evolve quickly. Expect things to change and occasionally break, and pin a version if you depend on it in production.\n", - ":::" - ] + "source": "> ⚠️ **Agent Pack is experimental.** Its APIs and agent architectures can change in any release, without following the usual Haystack deprecation policy. It is distributed separately from `haystack-ai` (in [`haystack-core-integrations`](https://github.com/deepset-ai/haystack-core-integrations)) precisely so these patterns can evolve quickly. Expect things to change and occasionally break, and pin a version if you depend on it in production." }, { "cell_type": "markdown",