Skip to content

Commit

Permalink
fixes broken warning sections in tutoral.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeximenes committed Sep 11, 2024
1 parent 99cc9a1 commit 2fe45a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2fe45a7

Please sign in to comment.