MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / BigQuestionsData

Class BigQuestionsData

codeclash/analysis/llm_as_judge/big_questions.py:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104
105class BigQuestionsData(BaseModel):
106 instance: Instance
107 big_questions: BigQuestionsModelResponseSchema
108 config_version: int
109
110
111def extract_triple_backticks(text: str) -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected