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:
@@ -10,14 +10,14 @@ FilePathType = Literal["file_path",]
|
||||
|
||||
|
||||
class FilePathTypedDict(TypedDict):
|
||||
type: FilePathType
|
||||
file_id: str
|
||||
index: float
|
||||
index: int
|
||||
type: FilePathType
|
||||
|
||||
|
||||
class FilePath(BaseModel):
|
||||
type: FilePathType
|
||||
|
||||
file_id: str
|
||||
|
||||
index: float
|
||||
index: int
|
||||
|
||||
type: FilePathType
|
||||
|
||||
Reference in New Issue
Block a user