1 parent ebc607f commit 8178698Copy full SHA for 8178698
1 file changed
src/module.py
@@ -5,8 +5,6 @@
5
from lf_toolkit.shared.mued_api_v0_1_0 import DataPolicySupport, HealthStatus, Role
6
7
from src.agent.context import parse_json_to_prompt
8
-from src.agent.agent import invoke_base_agent
9
-
10
11
def chat_module(request: ChatRequest) -> ChatResponse:
12
"""
@@ -21,6 +19,7 @@ def chat_module(request: ChatRequest) -> ChatResponse:
21
19
Edit src/agent/prompts.py to change the chatbot's behaviour.
22
20
Edit src/agent/agent.py to change the agent logic (summarisation threshold, LLM provider, etc.).
23
+ from src.agent.agent import invoke_base_agent
24
25
conversation_id = request.conversationId
26
0 commit comments