Update README.md
This commit is contained in:
parent
61086efe71
commit
90a7f8d02d
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class QAPair(BaseModel):
|
||||||
|
|
||||||
class Summary(BaseModel):
|
class Summary(BaseModel):
|
||||||
class Config:
|
class Config:
|
||||||
extra = 'forbid'
|
extra = 'forbid'
|
||||||
key_facts: List[Annotated[str, Field(pattern='- .{5,}')]]
|
key_facts: List[Annotated[str, Field(pattern='- .{5,}')]]
|
||||||
question_answers: List[Annotated[List[QAPair], Field(min_items=5)]]
|
question_answers: List[Annotated[List[QAPair], Field(min_items=5)]]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue