Mingyang Sun
Mingyang Sun
能添加 Prompt Library 支持拖拽prompt调整顺序或者分类的功能嘛
Hello, it seems that the API service provided is no longer available. https://foundation.fleet.so/ 
我注意到项目已经在 `pyproject.toml` 中配置了 Ruff,但代码库中似乎还有不少 format 不规范的代码。For example in `backend/app/api/v1/endpoints/config.py` : ```python from typing import Any, Optional from fastapi import APIRouter, Depends, HTTPException from sqlalchemy.ext.asyncio import AsyncSession from sqlalchemy.future import select...