hackrx_rag_app / app /schemas /response_models.py
Kshitijk20's picture
added code fils
3a2c9d3
raw
history blame contribute delete
231 Bytes
from pydantic import BaseModel, model_validator,field_validator
from typing import List, Dict, Any, Optional
import json
from app.schemas.request_models import QuerySpec, LogicResult
class APIResponse(BaseModel):
answers : List