feat: solution for 'Повторный экзамен #2: Граф с рефлексией на код'
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from typing import TypedDict, Dict
|
||||
|
||||
class CodeReviewState(TypedDict):
|
||||
code: str
|
||||
draft_review: str
|
||||
criteria_scores: Dict[str, int]
|
||||
weakest_criterion: str
|
||||
verdict: str
|
||||
round: int
|
||||
max_rounds: int
|
||||
Reference in New Issue
Block a user