refactor: 重命名 agent_chat 模块为 agent
This commit is contained in:
@@ -5,7 +5,7 @@ from decimal import Decimal
|
||||
from uuid import UUID
|
||||
|
||||
from models.agent_chat_session import AgentChatSession, AgentChatSessionStatus
|
||||
from v1.agent_chat.service import select_recent_session
|
||||
from v1.agent.service import select_recent_session
|
||||
|
||||
|
||||
def test_recent_session_home_default_selection() -> None:
|
||||
|
||||
Reference in New Issue
Block a user