Skip to content

Commit 26929ef

Browse files
Merge branch 'main' into dev
2 parents 0337f2d + a1e7163 commit 26929ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

genai-svc/services/llm_service.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ def __init__(self):
8484
1. A conversational answer to the user's question, referencing context and history.
8585
2. A JSON object for the event concept, with updates based on the user's message.
8686
87-
IMPORTANT: Only update the fields mentioned by the user in their message. Do not change other fields.
88-
Use conceptUpdates to make partial changes to the concept. If the user doesn't mention a specific field,
89-
keep its current value from the context.
87+
# IMPORTANT: Only update the fields mentioned by the user in their message. Do not change other fields.
88+
# Use conceptUpdates to make partial changes to the concept. If the user doesn't mention a specific field,
89+
# keep its current value from the context.
9090
9191
```json
9292
{{
@@ -128,7 +128,7 @@ def __init__(self):
128128
}}
129129
```
130130
131-
If you do not know a value, use an empty string or null. Do not invent information. Do not include the 'id' field, it is provided by the system. Do not include the JSON in the conversational response.
131+
# If you do not know a value, use an empty string or null. Do not invent information. Do not include the 'id' field, it is provided by the system. Do not include the JSON in the conversational response.
132132
133133
Event Concept Context: {context}
134134
Previous Conversation: {chat_history}

0 commit comments

Comments
 (0)