Skip to content

Commit

Permalink
[QT-1] call_tagging: add previous_disposition column (#147)
Browse files Browse the repository at this point in the history
* [QT-1] call_tagging: add previous_dispostion column

* bump version to 1.1.19
  • Loading branch information
greed2411 authored Jan 24, 2024
1 parent 58971c3 commit 4fb72c5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
1.1.19
- [x] add: previous_disposition is now being extracted as part of call-level tagging jobs

1.1.18
- [x] Bugfix: fix issue with sample conversation display

Expand Down
19 changes: 15 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "skit-pipelines"
version = "1.1.18"
version = "1.1.19"
description = "Kubeflow components for ml workflows at skit.ai."
authors = ["ltbringer <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -31,7 +31,7 @@ bcrypt = "^3.2.0"
python-multipart = "^0.0.5"
GitPython = "^3.1.27"
google-auth-oauthlib = "0.4.6"
skit-calls = "0.2.52"
skit-calls = "0.2.54"
SQLAlchemy = "1.4.42"
openai = "^0.27.2"
polars = "^0.17.15"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def fetch_calls_for_slots(
"language",
"call_end_status",
"disposition",
"previous_disposition",
"flow_id",
"flow_version",
"flow_name",
Expand Down

0 comments on commit 4fb72c5

Please sign in to comment.