From 5376d0f46be0723e26b07c1d8a592f46c21817b4 Mon Sep 17 00:00:00 2001 From: Leon Derczynski Date: Mon, 11 Nov 2024 15:14:17 +0100 Subject: [PATCH] document new _config.run param --- docs/source/configurable.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/configurable.rst b/docs/source/configurable.rst index 69294ef62..35ed8fba4 100644 --- a/docs/source/configurable.rst +++ b/docs/source/configurable.rst @@ -101,6 +101,7 @@ such as ``show_100_pass_modules``. * ``deprefix`` - Remove the prompt from the start of the output (some models return the prompt as part of their output) * ``seed`` - An optional random seed * ``eval_threshold`` - At what point in the 0..1 range output by detectors does a result count as a successful attack / hit +* ``user_agent`` - What HTTP user agent string should garak use? ``{version}`` can be used to signify where garak version ID should go ``plugins`` config items """"""""""""""""""""""""