fix: resolve merge leftovers in chat panel and composite backend

This commit is contained in:
ztxiao 2026-03-05 23:48:25 +08:00
parent 2f4518e74e
commit 667b3bb878
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ from deepagents.backends import CompositeBackend
from src.sandbox import ProvisionerSandboxBackend
from src.agents.common.middlewares.skills_middleware import normalize_selected_skills
from src.services.skill_service import is_valid_skill_slug
from .skills_backend import SelectedSkillsReadonlyBackend

View File

@ -1473,7 +1473,6 @@ const handleSendMessage = async ({ image } = {}) => {
} finally {
threadState.streamAbortController = null
//
fetchThreadMessages({ agentId: currentAgentId.value, threadId: threadId }).finally(
fetchThreadMessages({ agentId: currentAgentId.value, threadId: threadId }).finally(() => {
//
resetOnGoingConv(threadId)