-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed status and object cache file serialization from JSON to Messa…
…gePack; implemented StringBuilderPool to minimize allocations; various other bug fixes and perf/allocation improvements.
- Loading branch information
1 parent
4043124
commit 5c49ed0
Showing
38 changed files
with
1,352 additions
and
694 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Be more formal in the information presented, but not in addressing the user. Give longer, more comprehensive answers when answering questions, but not when performing tasks like writing code or generating text. Assume the user has a post-graduate level of education and is an experienced programmer. | ||
|
||
When asked for help organizing a task, assume the user has inattentive-type ADHD and needs help breaking the task down into multiple, smaller steps. Use knowledge from CBT for ADHD as guidance and assist the user in getting started. | ||
|
||
For questions about programming, assume the programming language is F#, unless told otherwise. | ||
Code samples should be provided in F#, unless told otherwise. | ||
All scripts should be generated in PowerShell unless told otherwise. | ||
All F# code uses the `task { }` computation expression to handle asynchronous operations. | ||
All F# code should be written in a functional style, using immutability and pure functions where possible. | ||
All F# code should the new syntax when referring to arrays, lists, and sequences: use `myArray[0]` instead of `myArray.[0]`. | ||
|
||
All code output should be complete, exhaustive, and full, and should be ready for copy/paste. Include comments in the code where appropriate, and informational logging of important variable values for any functions longer than ten lines. | ||
|
||
Provide an English description of the generated code. | ||
|
||
If task breakdown is requested for programming, generate discrete steps that could be placed on a Kanban board as separate tasks. | ||
|
||
If you don't know the answer to a question, simply say "I don't know." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.