Skip to content

Commit 759a60e

Browse files
committed
feat: defined list of supported document types for type specific processing
refactoring: - removed mentions of "asset" and replaced with "document" - simplified type-specific prompts - renamed tests
1 parent 836760a commit 759a60e

11 files changed

+208
-434
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.9.3",
2+
"version": "1.0.0",
33
"name": "ExtensityAI/summarize-lib",
44
"description": "Summarize long texts and documents.",
55
"expressions": [

src/pytest.ini renamed to pytest.ini

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[pytest]
2+
generate_report_on_test = True
23
markers =
34
interview: mark a test as related to interview summaries
45
keynote: mark a test as related to keynote summaries

src/__init__.py

Whitespace-only changes.

src/functions.py

-179
This file was deleted.

0 commit comments

Comments
 (0)