From 58c4161cd816d6a3c4cc691bd2ddf77d6a8a7819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Hordy=C5=84ski?= Date: Mon, 21 Oct 2024 08:51:42 +0200 Subject: [PATCH] fix docstring --- packages/ragbits-core/src/ragbits/core/cli.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/ragbits-core/src/ragbits/core/cli.py b/packages/ragbits-core/src/ragbits/core/cli.py index 88a6865e..bb1d9bae 100644 --- a/packages/ragbits-core/src/ragbits/core/cli.py +++ b/packages/ragbits-core/src/ragbits/core/cli.py @@ -38,12 +38,6 @@ def generate_promptfoo_configs( ) -> None: """ Generates the configuration files for the PromptFoo prompts. - - This function registers all the CLI modules in the ragbits packages: - - iterates over every package in the ragbits.* namespace - - it looks for `cli` package / module - - if found it imports the `register` function from the `cli` module and calls it with the `app` object - - register function should add the CLI commands to the `app` object """ from ragbits.core.prompt.promptfoo import generate_configs