Files
more_dots/schemas/stream_input.py
T
2026-03-02 17:41:04 +08:00

8 lines
183 B
Python

from schemas.agent_input import AgentInput
class StreamInputDTO(AgentInput):
"""流式输入 DTO(与统一 AgentInput 保持一致)"""
response_mode: str = "streaming"