-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
51 lines (46 loc) · 1.11 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
url: ~
template:
bootstrap: 5
bootswatch: flatly
bslib:
pkgdown-nav-height: 100px
home:
links:
- text: Browse source code
href: https://github.com/BIMSBbioinfo/mergen
- text: Report a bug
href: https://github.com/BIMSBbioinfo/mergen/issues
navbar:
structure:
right: [search, github]
components:
github:
icon: fa-github
href: https://github.com/BIMSBbioinfo/mergen
aria-label: GitHub
reference:
- title: "### Setting up an agent"
desc: >
Function for setting up an AI agent
contents:
- setupAgent
- title: "### Sending prompts"
desc: >
Functions for sending prompts to your agent
contents:
- sendPrompt
- selfcorrect
- runCodeInResponse
- sampleResponse
- title: "### Manipulate agent's answer"
desc: >
Functions for manipulating the agents answer so code can be extracted, executed, filenames can be extracted etc. Some of these functions are internally used by others.
contents:
- clean_code_blocks
- extractCode
- executeCode
- extractFilenames
- fileHeaderPrompt
- check_install
- extractInstallPkg
- promptContext