We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b9b8f commit 7f45fa3Copy full SHA for 7f45fa3
1 file changed
docs/llms-full.txt
@@ -11680,7 +11680,7 @@ This is useful when schemas have descriptive titles that should be preserved.
11680
class ProcessingStatusUnionTitle(BaseModel):
11681
__root__: (
11682
ProcessingStatusDetail | ExtendedProcessingTask | ProcessingStatusTitle
11683
- ) = Field(..., title='Processing Status Union Title')
+ ) = Field('COMPLETED', title='Processing Status Union Title')
11684
11685
11686
class ProcessingTaskTitle(BaseModel):
0 commit comments