Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Dec 3, 2024
1 parent ac797d3 commit 00d1afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evdschat/core/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def chat(
:param getter: ModelAbstract - The model to use for processing the chat.
:param debug: bool - Flag for enabling debug mode.
:param test: bool - Flag indicating whether to run in test mode.
:param force: bool - Flag to bypass pytest
:return: DataFrame or Result Instance with .data (DataFrame), .metadata (DataFrame), and .to_excel (Callable).
"""

Expand Down

0 comments on commit 00d1afd

Please sign in to comment.