Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mhordynski committed Oct 21, 2024
1 parent b18211f commit 58c4161
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/ragbits-core/src/ragbits/core/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 58c4161

Please sign in to comment.