Files
more_dots/schemas/agent_input.py
T

9 lines
206 B
Python
Raw Normal View History

2026-03-24 18:07:22 +08:00
from schemas.chat_message_request import ChatMessageRequestDTO
2026-03-02 17:41:04 +08:00
2026-02-26 13:43:44 +08:00
2026-03-24 18:07:22 +08:00
class AgentInput(ChatMessageRequestDTO):
"""兼容旧名称,实际与 ChatMessageRequestDTO 使用同一套前端请求模型。"""
2026-02-26 13:43:44 +08:00
2026-03-02 17:41:04 +08:00