Files
erp_ai/src/models/bot_response_schema.py
T

7 lines
115 B
Python
Raw Normal View History

2024-09-11 14:46:03 +01:00
from pydantic import BaseModel
from typing import List, Dict
class ValidateWorker(BaseModel):
result:str