Skip to content

Commit

Permalink
[QT-131] call_tagging: adding blocking_disposition (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
greed2411 authored Mar 4, 2024
1 parent 86170d7 commit 854c622
Show file tree
Hide file tree
Showing 4 changed files with 10 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.22
- [x] add: blocking_disposition is now being extracted as part of call-level tagging jobs

1.1.21
- [x] add: Pipeline to invalidate situations in DB for LLMs

Expand Down
8 changes: 4 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.21"
version = "1.1.22"
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.54"
skit-calls = "0.2.55"
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 @@ -27,6 +27,7 @@ def fetch_calls_for_slots(
"call_end_status",
"disposition",
"previous_disposition",
"blocking_disposition",
"flow_id",
"flow_version",
"flow_name",
Expand Down

0 comments on commit 854c622

Please sign in to comment.