Files
more_dots/schemas/stream_input.py
T

8 lines
183 B
Python
Raw Normal View History

2026-03-02 17:41:04 +08:00
from schemas.agent_input import AgentInput
class StreamInputDTO(AgentInput):
"""流式输入 DTO(与统一 AgentInput 保持一致)"""
response_mode: str = "streaming"