| 159 | ) |
| 160 | |
| 161 | class Config: |
| 162 | json_schema_extra = { |
| 163 | "example": { |
| 164 | "starterQuestions": [ |
| 165 | "What standards for letters exist?", |
| 166 | "What are the requirements for a letter to be considered a letter?", |
| 167 | ] |
| 168 | } |
| 169 | } |
| 170 | alias_generator = to_camel |
nothing calls this directly
no outgoing calls
no test coverage detected