mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-31 12:30:30 +08:00
fix: add overlay to remove nullable from pagination offset params (#121)
This commit is contained in:
@@ -12,15 +12,15 @@ ChatFormatGrammarConfigType = Literal["grammar",]
|
||||
class ChatFormatGrammarConfigTypedDict(TypedDict):
|
||||
r"""Custom grammar response format"""
|
||||
|
||||
type: ChatFormatGrammarConfigType
|
||||
grammar: str
|
||||
r"""Custom grammar for text generation"""
|
||||
type: ChatFormatGrammarConfigType
|
||||
|
||||
|
||||
class ChatFormatGrammarConfig(BaseModel):
|
||||
r"""Custom grammar response format"""
|
||||
|
||||
type: ChatFormatGrammarConfigType
|
||||
|
||||
grammar: str
|
||||
r"""Custom grammar for text generation"""
|
||||
|
||||
type: ChatFormatGrammarConfigType
|
||||
|
||||
Reference in New Issue
Block a user