mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-10 22:32:16 +02:00
chore: bumped version to 0.0.31
This commit is contained in:
parent
8df8565e0a
commit
1c9ab207ef
56 changed files with 520 additions and 190 deletions
|
|
@ -562,8 +562,8 @@ class FakeChatLLM(BaseChatModel):
|
|||
|
||||
# Marker unique to a connector subagent's prompt: the main agent must
|
||||
# delegate via ``task``; only the subagent has connector tools registered.
|
||||
in_connector_subagent = (
|
||||
"connected-apps specialist" in _messages_to_text(messages)
|
||||
in_connector_subagent = "connected-apps specialist" in _messages_to_text(
|
||||
messages
|
||||
)
|
||||
|
||||
# Main agent: delegate live-tool connector work to its subagent (which
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue