Skip to content

Commit 7f45fa3

Browse files
docs: update llms.txt files
Generated by GitHub Actions
1 parent 22b9b8f commit 7f45fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11680,7 +11680,7 @@ This is useful when schemas have descriptive titles that should be preserved.
1168011680
class ProcessingStatusUnionTitle(BaseModel):
1168111681
__root__: (
1168211682
ProcessingStatusDetail | ExtendedProcessingTask | ProcessingStatusTitle
11683-
) = Field(..., title='Processing Status Union Title')
11683+
) = Field('COMPLETED', title='Processing Status Union Title')
1168411684

1168511685

1168611686
class ProcessingTaskTitle(BaseModel):

0 commit comments

Comments
 (0)