kodexa 7.0.7907397244__tar.gz → 7.0.7909233749__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.
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/PKG-INFO +1 -1
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/platform/client.py +3 -1
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/pyproject.toml +1 -1
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/LICENSE +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/README.md +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/__init__.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/assistant/__init__.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/assistant/assistant.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/connectors/__init__.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/connectors/connectors.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/model/__init__.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/model/base.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/model/model.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/model/objects.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/model/persistence.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/pipeline/__init__.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/pipeline/pipeline.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/platform/__init__.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/platform/interaction.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/platform/kodexa.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/selectors/__init__.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/selectors/ast.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/selectors/core.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/selectors/lexrules.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/selectors/lextab.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/selectors/lextab.pyi +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/selectors/parserules.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/selectors/parserules.pyi +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/selectors/parsetab.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/selectors/parsetab.pyi +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/spatial/__init__.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/spatial/azure_models.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/spatial/bbox_common.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/spatial/table_form_common.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/steps/__init__.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/steps/common.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/testing/__init__.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/testing/test_components.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/testing/test_utils.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/training/__init__.py +0 -0
- {kodexa-7.0.7907397244 → kodexa-7.0.7909233749}/kodexa/training/train_utils.py +0 -0
@@ -2252,7 +2252,9 @@ class ChannelEndpoint(EntityEndpoint, Channel):
|
|
2252
2252
|
message_endpoint.content = message.content
|
2253
2253
|
message_endpoint.block = message.block
|
2254
2254
|
message_endpoint.feedback = message.feedback
|
2255
|
-
message_endpoint.
|
2255
|
+
message_endpoint.assistant = message.assistant
|
2256
|
+
message_endpoint.user = message.user
|
2257
|
+
message_endpoint.context = message.context
|
2256
2258
|
return message_endpoint.create()
|
2257
2259
|
|
2258
2260
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "kodexa"
|
3
|
-
version = "7.0.
|
3
|
+
version = "7.0.07909233749"
|
4
4
|
description = "Python SDK for the Kodexa Platform"
|
5
5
|
authors = ["Austin Redenbaugh <austin@kodexa.com>", "Philip Dodds <philip@kodexa.com>", "Romar Cablao <rcablao@kodexa.com>", "Amadea Paula Dodds <amadeapaula@kodexa.com>"]
|
6
6
|
readme = "README.md"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|