ujalaarshad17 commited on
Commit
5300c38
·
1 Parent(s): 8e540a8

added model file

Browse files
Files changed (1) hide show
  1. models.py +6 -0
models.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ from pydantic import BaseModel
2
+ from typing import Optional
3
+ from uuid import UUID, uuid4
4
+ class SQLContext(BaseModel):
5
+ context:str
6
+ question:str