mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +01:00
Fix failing tests. Add review step.
This commit is contained in:
6
gpt_engineer/domain.py
Normal file
6
gpt_engineer/domain.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from typing import Callable, List, TypeVar
|
||||
|
||||
from gpt_engineer.ai import AI
|
||||
from gpt_engineer.db import DBs
|
||||
|
||||
Step = TypeVar("Step", bound=Callable[[AI, DBs], List[dict]])
|
||||
Reference in New Issue
Block a user