pub async fn apply_system_handler(
__arg0: State<AiStudioState>,
__arg1: Path<String>,
__arg2: Json<ApplySystemRequest>,
) -> Result<Json<ApplySystemResponse>, StatusCode>Expand description
Apply system design (freeze artifacts if deterministic mode requires it)
POST /api/v1/ai-studio/system/{system_id}/apply