Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit 3991773

Browse files
Fix v96
1 parent 512fdce commit 3991773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/chat/app/services/chat_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ async def get_ai_reply(
2525
model = getattr(self.llm_client, "model_name", "unknown")
2626

2727
log = enrich_context(
28+
event="llm_request",
2829
project_id=project_id,
2930
user_message=user_message,
3031
model=model,

0 commit comments

Comments
 (0)