This commit is contained in:
Paul Gauthier 2023-07-22 10:32:32 -03:00
parent 133c82528e
commit 0d0ac4f61f
2 changed files with 15 additions and 6 deletions

View file

@ -28,8 +28,13 @@ And got this output:
# CHAT HISTORY
summarize = """*Briefly* summarize this partial conversation about programming.
Include less detail about older parts and more detail about the most recent messages.
Start a new paragraph every time the topic changes!
This is only part of a longer conversation so *DO NOT* conclude the summary with language like "Finally, ...". Because the conversation continues after the summary.
It's *very important* to include relevant code identifiers, file names, etc since this is a conversation about programming.
The summary *MUST* include the function names, libraries, packages that are being discussed.
The summary *MUST* include the filenames that are being referenced by the assistant inside the ```...``` fenced code blocks!
The summaries *MUST NOT* include ```...``` fenced code blocks!
Phrase the summary with the USER in first person, telling the ASSISTANT about the conversation.
Write *as* the user.
The user should refer to the assistant as *you*.