mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-31 12:30:30 +08:00
2.3 KiB
2.3 KiB
ChatCompletionCreateParamsJSONSchema
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
str | ✔️ | Schema name (a-z, A-Z, 0-9, underscores, dashes, max 64 chars) |
description |
Optional[str] | ➖ | Schema description for the model |
schema_ |
Optional[models.ResponseFormatJSONSchemaSchema] | ➖ | The schema for the response format, described as a JSON Schema object |
strict |
OptionalNullable[bool] | ➖ | Enable strict schema adherence |