Spaces:
Sleeping
Sleeping
add new field
Browse files
idreamers/api/calculation/schemas.py
CHANGED
@@ -5,7 +5,7 @@ class PilotRequest(BaseModel):
|
|
5 |
category: str
|
6 |
buyingCompany: str
|
7 |
supplier: str
|
8 |
-
|
9 |
|
10 |
class PilotResponse(BaseModel):
|
11 |
x: float
|
|
|
5 |
category: str
|
6 |
buyingCompany: str
|
7 |
supplier: str
|
8 |
+
context: str | None = None
|
9 |
|
10 |
class PilotResponse(BaseModel):
|
11 |
x: float
|