Skip to content

Commit

Permalink
Trying to work around the new stable models cautious (lame?) behavior…
Browse files Browse the repository at this point in the history
… about location and time #53 #56
  • Loading branch information
MrCsabaToth committed Sep 30, 2024
1 parent 6b71dc4 commit 58cb75d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/ai/prompts/system_instruction.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ const systemInstructionTemplate =
'You have a list of functions you can choose to '
'retrieve additional information when needed. '
'Multiple rounds might be needed to call those functions. '
'If unsure the web research tool can retrieve all kinds of information.';
'If unsure the web research tool can retrieve all kinds of information. '
'If a request refers to the future and the location has relevance '
'and it is not specified, then feel free to assume the current location '
'of the user (which will be given in the personal facts section).';

0 comments on commit 58cb75d

Please sign in to comment.