mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
Fix "seperate" typo (#251)
This commit is contained in:
@@ -42,7 +42,7 @@ class Entity(BaseModel):
|
||||
class DocumentExtraction(BaseModel):
|
||||
entities: List[Entity] = Field(
|
||||
...,
|
||||
description="Body of the answer, each fact should be its seperate object with a body and a list of sources",
|
||||
description="Body of the answer, each fact should be a separate object with a body and a list of sources",
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user