fix highlight

This commit is contained in:
Jason
2023-09-05 20:29:23 -05:00
parent 1751d41059
commit 942e62c367
+1 -1
View File
@@ -103,7 +103,7 @@ class UserDetail(BaseModel):
When dealing with lists of attributes, especially arbitrary properties, it's crucial to manage the length. You can use prompting and enumeration to limit the list length, ensuring a manageable set of properties.
```python hl_lines="2 10"
```python hl_lines="2 9"
class Property(BaseModel):
index: str = Field(..., description="Monotonically increasing ID")
key: str