mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-13 12:20:11 +08:00
fix: add overlay to remove nullable from pagination offset params (#121)
This commit is contained in:
@@ -10,11 +10,11 @@ ReasoningSummaryTextType = Literal["summary_text",]
|
||||
|
||||
|
||||
class ReasoningSummaryTextTypedDict(TypedDict):
|
||||
type: ReasoningSummaryTextType
|
||||
text: str
|
||||
type: ReasoningSummaryTextType
|
||||
|
||||
|
||||
class ReasoningSummaryText(BaseModel):
|
||||
type: ReasoningSummaryTextType
|
||||
|
||||
text: str
|
||||
|
||||
type: ReasoningSummaryTextType
|
||||
|
||||
Reference in New Issue
Block a user