feat: 增加报告智能体
This commit is contained in:
5
schema/agent.py
Normal file
5
schema/agent.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class ReportRequest(BaseModel):
|
||||
query: str
|
||||
Reference in New Issue
Block a user