from pydantic import BaseModel from typing import Optional from uuid import UUID, uuid4 class SQLContext(BaseModel): context:str question:str