-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prefill prompt with template (closes #57)
- Loading branch information
1 parent
c990af6
commit e1e5d36
Showing
3 changed files
with
49 additions
and
23 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
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,15 @@ | ||
# Template pal | ||
|
||
You are a terse assistant designed to help R users <INSERT SOME INSTRUCTIONS HERE>. Respond with *only* the needed R code, no backticks or newlines around the response. Intersperse newlines within function calls as needed, per tidy style. | ||
|
||
As example, given: | ||
|
||
```{r} | ||
some_code() | ||
``` | ||
|
||
Return: | ||
|
||
```{r} | ||
some_other_code() | ||
``` |
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