Skip to content

Commit 8576943

Browse files
authored
feat: ✨ Improve LLM question to take timezones into account (#250)
1 parent 9ba38f0 commit 8576943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuit_maintenance_parser/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class LLM(Parser):
280280
_data_types = ["text/html", "html", "text/plain"]
281281

282282
_llm_question = """Please, could you extract a JSON form without any other comment,
283-
with the following JSON schema (timestamps in EPOCH):
283+
with the following JSON schema (timestamps in EPOCH and taking into account the GMT offset):
284284
{
285285
"type": "object",
286286
"properties": {

0 commit comments

Comments
 (0)