From 2fe45a718235437408fd5c155ae427cbf420078b Mon Sep 17 00:00:00 2001 From: Filipe Ximenes Date: Wed, 11 Sep 2024 17:54:17 -0300 Subject: [PATCH] fixes broken warning sections in tutoral.md --- docs/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 145355d..0511ffa 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -173,8 +173,8 @@ class IssueManagementAIAssistant(AIAssistant): ``` !!! warning -Make sure you only return to the LLM what the user can see, considering permissions and privacy. -Code the tools as if they were Django views. + Make sure you only return to the LLM what the user can see, considering permissions and privacy. + Code the tools as if they were Django views. ### Using pre-implemented tools