Skip to content

Commit c104892

Browse files
committed
Add documentation for the Outlines model
1 parent 2ba7cf5 commit c104892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/models/outlines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ from pydantic_ai.models.outlines import OutlinesModel
136136
from pydantic_ai.settings import ModelSettings
137137

138138
class Box(BaseModel):
139+
"""Class representing a box"""
139140
width: int
140141
height: int
141142
depth: int

0 commit comments

Comments
 (0)