diff --git a/DESCRIPTION b/DESCRIPTION index 1a244a2..7595870 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -43,5 +43,5 @@ Collate: 'test-helper-test_argument_validation.R' 'promptContext.R' 'runCodeInResponse.R' -RoxygenNote: 7.3.0 +RoxygenNote: 7.3.1 Config/testthat/edition: 3 diff --git a/_pkgdown.yml b/_pkgdown.yml index 3a8ba11..e71eec4 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -34,6 +34,8 @@ reference: 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.