Update api spec (#256)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
48de213887
commit
d724c8e706
@ -3,9 +3,9 @@ from typing import Dict, Optional
|
||||
|
||||
from pydantic import BaseModel, ConfigDict
|
||||
|
||||
from ..models.ai_feedback import AiFeedback
|
||||
from ..models.api_call_status import ApiCallStatus
|
||||
from ..models.file_export_format import FileExportFormat
|
||||
from ..models.ml_feedback import MlFeedback
|
||||
from ..models.text_to_cad_model import TextToCadModel
|
||||
from ..models.uuid import Uuid
|
||||
from .base64data import Base64Data
|
||||
@ -22,7 +22,7 @@ class TextToCad(BaseModel):
|
||||
|
||||
error: Optional[str] = None
|
||||
|
||||
feedback: Optional[AiFeedback] = None
|
||||
feedback: Optional[MlFeedback] = None
|
||||
|
||||
id: Uuid
|
||||
|
||||
|
Reference in New Issue
Block a user