diff --git a/pkg-py/src/querychat/_deprecated.py b/pkg-py/src/querychat/_deprecated.py index 9ec355e5..1c1f2b70 100644 --- a/pkg-py/src/querychat/_deprecated.py +++ b/pkg-py/src/querychat/_deprecated.py @@ -77,7 +77,7 @@ def system_prompt( *, data_description: Optional[str | Path] = None, extra_instructions: Optional[str | Path] = None, - categorical_threshold: int = 10, + categorical_threshold: int = 20, prompt_template: Optional[str | Path] = None, ) -> str: """ diff --git a/pkg-py/src/querychat/_querychat.py b/pkg-py/src/querychat/_querychat.py index 142791ec..299ce2ec 100644 --- a/pkg-py/src/querychat/_querychat.py +++ b/pkg-py/src/querychat/_querychat.py @@ -34,7 +34,7 @@ def __init__( greeting: Optional[str | Path] = None, client: Optional[str | chatlas.Chat] = None, data_description: Optional[str | Path] = None, - categorical_threshold: int = 10, + categorical_threshold: int = 20, extra_instructions: Optional[str | Path] = None, prompt_template: Optional[str | Path] = None, ): @@ -532,7 +532,7 @@ def __init__( greeting: Optional[str | Path] = None, client: Optional[str | chatlas.Chat] = None, data_description: Optional[str | Path] = None, - categorical_threshold: int = 10, + categorical_threshold: int = 20, extra_instructions: Optional[str | Path] = None, prompt_template: Optional[str | Path] = None, enable_bookmarking: Literal["auto", True, False] = "auto", @@ -697,7 +697,7 @@ def get_system_prompt( *, data_description: Optional[str | Path] = None, extra_instructions: Optional[str | Path] = None, - categorical_threshold: int = 10, + categorical_threshold: int = 20, prompt_template: Optional[str | Path] = None, ) -> str: # Read the prompt file