From 129b7a617ed6b135e4f3a5ca1f8f17c16ea1e4a9 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 30 Jul 2023 12:16:43 +0300 Subject: [PATCH] Example args --- pr_agent/algo/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pr_agent/algo/utils.py b/pr_agent/algo/utils.py index 427dec43f..c31556f11 100644 --- a/pr_agent/algo/utils.py +++ b/pr_agent/algo/utils.py @@ -220,6 +220,8 @@ def update_settings_from_args(args: List[str]) -> None: Args: args: A list of arguments passed to the function. + Example args: ['--pr_code_suggestions.extra_instructions="be funny', + '--pr_code_suggestions.num_code_suggestions=3'] Returns: None