Async release
This commit is contained in:
8
app/dtos/training.py
Normal file
8
app/dtos/training.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class TipsDTO(BaseModel):
|
||||
context: str
|
||||
question: str
|
||||
answer: str
|
||||
correct_answer: str
|
||||
Reference in New Issue
Block a user