cat-web 0.2.2__tar.gz → 0.2.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cat-web
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: LLM-powered classification and extraction for web content
5
5
  Project-URL: Documentation, https://github.com/chrissoria/cat-web#readme
6
6
  Project-URL: Issues, https://github.com/chrissoria/cat-web/issues
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # SPDX-License-Identifier: GPL-3.0-or-later
4
4
 
5
- __version__ = "0.2.2"
5
+ __version__ = "0.2.3"
6
6
  __author__ = "Christopher Soria"
7
7
  __description__ = "LLM-powered classification and extraction for web content"
8
8
  __title__ = "cat-web"
@@ -107,7 +107,7 @@ def extract(
107
107
  return catstack.extract(
108
108
  input_data=input_data,
109
109
  api_key=api_key,
110
- survey_question=description,
110
+ description=description,
111
111
  domain="web",
112
112
  **kwargs,
113
113
  )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes