Skip to content

Commit

Permalink
Little nicer pretty print (was missing new line) of the date time per…
Browse files Browse the repository at this point in the history
…sonal fact
  • Loading branch information
MrCsabaToth committed Oct 20, 2024
1 parent c681ea8 commit 4d944ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ai/service/ai_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class AiService with FirebaseMixin, ToolsMixin {
}
}

p13Stuffing.write('<personalFact>Current date and time: '
p13Stuffing.writeln('<personalFact>Current date and time: '
'${DateTime.now().toIso8601String()}</personalFact>');

final gpsLocation = await GetIt.I.get<LocationService>().obtain();
Expand Down

0 comments on commit 4d944ca

Please sign in to comment.