Update api spec (#378)

* 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:
zoo-github-actions-auth[bot]
2025-02-11 15:57:54 -08:00
committed by GitHub
parent f61c4b304c
commit 17c78d3b63
6 changed files with 837 additions and 779 deletions

View File

@ -23,12 +23,16 @@ class MlPrompt(BaseModel):
id: Uuid
kcl_version: Optional[str] = None
metadata: Optional[MlPromptMetadata] = None
model_version: str
output_file: Optional[str] = None
project_name: Optional[str] = None
prompt: str
started_at: Optional[datetime.datetime] = None