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