mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
feat(chat): fix support for mentioned connectors in new chat input state and runtime context, enhancing query rendering and context management
This commit is contained in:
parent
c75a080997
commit
e68b3f9532
5 changed files with 62 additions and 3 deletions
|
|
@ -14,8 +14,8 @@ from typing import Any
|
|||
|
||||
import pytest
|
||||
|
||||
import app.automations.actions.agent_task.dependencies as deps_mod
|
||||
from app.automations.actions.agent_task.dependencies import (
|
||||
import app.automations.actions.builtin.agent_task.dependencies as deps_mod
|
||||
from app.automations.actions.builtin.agent_task.dependencies import (
|
||||
DependencyError,
|
||||
build_dependencies,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue