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

Class BigQuestionsConfig

codeclash/analysis/llm_as_judge/big_questions.py:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98class BigQuestionsConfig(BaseModel):
99 version: int
100 system_prompt: str
101 instance_prompt: str
102 model: ModelConfig
103
104
105class BigQuestionsData(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected