| 103 | |
| 104 | |
| 105 | class BigQuestionsData(BaseModel): |
| 106 | instance: Instance |
| 107 | big_questions: BigQuestionsModelResponseSchema |
| 108 | config_version: int |
| 109 | |
| 110 | |
| 111 | def extract_triple_backticks(text: str) -> str: |
nothing calls this directly
no outgoing calls
no test coverage detected