-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
In configure_chatbot
sandbox-conversant-lib/conversant/prompt_chatbot.py
Lines 196 to 202 in 0836ecc
| def configure_chatbot(self, chatbot_config: Dict = {}) -> None: | |
| """Configures chatbot options. | |
| Args: | |
| chatbot_config (Dict, optional): Updates self.chatbot_config. Defaults | |
| to {}. | |
| """ |
and configure_client
sandbox-conversant-lib/conversant/prompt_chatbot.py
Lines 217 to 222 in 0836ecc
| def configure_client(self, client_config: Dict = {}) -> None: | |
| """Configures client options. | |
| Args: | |
| client_config (Dict, optional): Updates self.client_config. Defaults to {}. | |
| """ |
We should better specify what each parameter is
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation