mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-20 12:30:32 +08:00
docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)
This commit is contained in:
+19
-1
@@ -16,6 +16,8 @@ generation:
|
||||
requestResponseComponentNamesFeb2024: true
|
||||
securityFeb2025: true
|
||||
sharedErrorComponentsApr2025: true
|
||||
sharedNestedComponentsJan2026: false
|
||||
nameOverrideFeb2026: false
|
||||
auth:
|
||||
oAuth2ClientCredentialsEnabled: true
|
||||
oAuth2PasswordEnabled: true
|
||||
@@ -25,14 +27,16 @@ generation:
|
||||
schemas:
|
||||
allOfMergeStrategy: shallowMerge
|
||||
requestBodyFieldName: ""
|
||||
versioningStrategy: automatic
|
||||
persistentEdits: {}
|
||||
tests:
|
||||
generateTests: false
|
||||
generateNewTests: true
|
||||
skipResponseBodyAssertions: false
|
||||
documentation: mintlify
|
||||
preApplyUnionDiscriminators: true
|
||||
python:
|
||||
version: 0.10.8
|
||||
version: 0.11.0
|
||||
additionalDependencies:
|
||||
dev: {}
|
||||
main: {}
|
||||
@@ -46,6 +50,7 @@ python:
|
||||
authors:
|
||||
- OpenRouter
|
||||
baseErrorName: OpenRouterError
|
||||
bodyVariantOverloads: false
|
||||
clientServerStatusCodesAsErrors: true
|
||||
constFieldCasing: upper
|
||||
defaultErrorName: OpenRouterDefaultError
|
||||
@@ -53,12 +58,18 @@ python:
|
||||
enableCustomCodeRegions: false
|
||||
enumFormat: union
|
||||
envVarPrefix: OPENROUTER
|
||||
errorSchemaValidation: true
|
||||
eventStreamClassNames:
|
||||
async: EventStreamAsync
|
||||
sync: EventStream
|
||||
fixFlags:
|
||||
asyncPaginationSep2025: true
|
||||
conflictResistantModelImportsFeb2026: false
|
||||
responseRequiredSep2024: true
|
||||
flattenGlobalSecurity: true
|
||||
flattenRequests: true
|
||||
flatteningOrder: parameters-first
|
||||
forwardCompatibleEnumsByDefault: false
|
||||
forwardCompatibleUnionsByDefault: tagged-only
|
||||
imports:
|
||||
option: openapi
|
||||
@@ -71,18 +82,25 @@ python:
|
||||
inferSSEOverload: true
|
||||
inferUnionDiscriminators: true
|
||||
inputModelSuffix: input
|
||||
inputTypedDictSuffix: TypedDict
|
||||
legacyPyright: false
|
||||
license: Apache-2.0
|
||||
maxMethodParams: 999
|
||||
methodArguments: infer-optional-args
|
||||
methodTimeoutArgument: timeout-ms
|
||||
methodTimeoutUnits: milliseconds
|
||||
moduleName: ""
|
||||
multipartArrayFormat: legacy
|
||||
optionalDependencies: {}
|
||||
outputModelSuffix: output
|
||||
packageManager: uv
|
||||
packageName: openrouter
|
||||
preApplyUnionDiscriminators: false
|
||||
pytestFilterWarnings: []
|
||||
pytestTimeout: 0
|
||||
rawResponseHelpers: false
|
||||
responseFormat: flat
|
||||
responseSchemaValidation: true
|
||||
sseFlatResponse: true
|
||||
templateVersion: v2
|
||||
useAsyncHooks: false
|
||||
|
||||
Reference in New Issue
Block a user