DEVALIDATION OF VALIDATION

This commit is contained in:
NoeBerdoz
2025-04-13 08:45:47 +02:00
parent 790cbb43ab
commit 54e794d670
5 changed files with 120 additions and 147 deletions

View File

@ -38,4 +38,4 @@ class GameDecisionResponseWithBotDecisionDTO(BaseModel):
client_id: Optional[UUID] = None
client_data: Optional[Dict[str, Any]] = None
bot_decision: Literal["Accept", "Reject"]
bot_reason: str
bot_reason: Optional[str]