fix: missing syntax coloring of python in examples

Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
This commit is contained in:
thiswillbeyourgithub
2025-05-09 13:18:14 +02:00
parent bff14e659b
commit 33c43786b5
2 changed files with 9 additions and 8 deletions

View File

@@ -14,7 +14,8 @@ Valves are configurable by admins alone via the Tools or Functions menus. On the
<details>
<summary>Commented example</summary>
```
```python
from pydantic import BaseModel, Field
from typing import Literal