Skip to content

Commit

Permalink
docs: move prompt templates to files (#593)
Browse files Browse the repository at this point in the history
* (docs): fix docstring for custom exception
  • Loading branch information
nautics889 committed Sep 27, 2023
1 parent 3bfd998 commit 3028b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandasai/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(self, library_name):

class TemplateFileNotFoundError(FileNotFoundError):
"""
Raised when a library not in the whitelist is imported.
Raised when a template file cannot be found.
"""

def __init__(self, template_path, prompt_name="Unknown"):
Expand Down

0 comments on commit 3028b35

Please sign in to comment.