From 00d1afdcac531c4f66c9840613e0bda50e71d9bb Mon Sep 17 00:00:00 2001 From: Sermet Pekin Date: Tue, 3 Dec 2024 09:59:48 +0300 Subject: [PATCH] docs --- evdschat/core/chat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/evdschat/core/chat.py b/evdschat/core/chat.py index 534bbec..5029c37 100644 --- a/evdschat/core/chat.py +++ b/evdschat/core/chat.py @@ -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). """