Mingyang Sun

Results 3 issues of Mingyang Sun

能添加 Prompt Library 支持拖拽prompt调整顺序或者分类的功能嘛

Hello, it seems that the API service provided is no longer available. https://foundation.fleet.so/ ![image](https://github.com/user-attachments/assets/4caf1f0a-11f7-43eb-b145-a18cf87e2801)

我注意到项目已经在 `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...