# src/latest_ai_development/latest_ai_development/models/schemas.py
from pydantic import BaseModel
from datetime import datetime
from typing import Optional


class QueryRequest(BaseModel):
    topic: str
    Name: str
    Job_Title: str
    Experience: str
    Skills: str
    Level: str
    motive: str
    Industry: str = "Not Specified"
    Tech_stack: str = "Not Specified"
    feedback: str 
    Company_Name: str
    Company_Size: str
    Business_Model: str
    Top_Use_Cases: str
    Learning_Focus: str
    Compliance: str
    journey: str
    # SQL: str
    # Viz: str
    # Stats: str
    # Comm: str
    # Story: str