adrienbrdne commited on
Commit
c045aa5
·
verified ·
1 Parent(s): b121bbc

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +3 -0
api.py CHANGED
@@ -66,6 +66,9 @@ class ProblemDescriptionRequest(BaseModel):
66
  descriptions: List[str]
67
  technical_topic: str
68
 
 
 
 
69
  # Format KI
70
 
71
  class FormattedKeyIssue(BaseModel):
 
66
  descriptions: List[str]
67
  technical_topic: str
68
 
69
+ class ProblemDescriptionResponse(BaseModel):
70
+ problem_description: str
71
+
72
  # Format KI
73
 
74
  class FormattedKeyIssue(BaseModel):