mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
fix: add overlay to remove nullable from pagination offset params (#121)
This commit is contained in:
@@ -13,17 +13,17 @@ OutputFileSearchCallItemType = Literal["file_search_call",]
|
||||
|
||||
|
||||
class OutputFileSearchCallItemTypedDict(TypedDict):
|
||||
type: OutputFileSearchCallItemType
|
||||
id: str
|
||||
queries: List[str]
|
||||
status: WebSearchStatus
|
||||
type: OutputFileSearchCallItemType
|
||||
|
||||
|
||||
class OutputFileSearchCallItem(BaseModel):
|
||||
type: OutputFileSearchCallItemType
|
||||
|
||||
id: str
|
||||
|
||||
queries: List[str]
|
||||
|
||||
status: Annotated[WebSearchStatus, PlainValidator(validate_open_enum(False))]
|
||||
|
||||
type: OutputFileSearchCallItemType
|
||||
|
||||
Reference in New Issue
Block a user