ml-knowledge-platform/knowledge_platform/launch_args.py
Lilith 240b4328f1 chore(config): 🔧 Update 40 configuration files across project
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-16 01:39:57 -08:00

6 lines
124 B
Python

from pydantic import BaseModel
class QuickLaunchArgs(BaseModel):
launch_prompt: str
launch_prompt_model_name: str