mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 03:50:42 +00:00
feat(agent): Release agent SDK (#1396)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from typing import Optional
|
||||
|
||||
from fastapi import File, UploadFile
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from dbgpt._private.pydantic import BaseModel, Field
|
||||
from dbgpt.rag.chunk_manager import ChunkParameters
|
||||
|
||||
from ..config import SERVE_APP_NAME_HUMP
|
||||
|
Reference in New Issue
Block a user