groundx 2.6.4__py3-none-any.whl → 2.6.5__py3-none-any.whl
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.
- groundx/core/client_wrapper.py +2 -2
- groundx/types/workflow_prompt.py +1 -3
- {groundx-2.6.4.dist-info → groundx-2.6.5.dist-info}/METADATA +1 -1
- {groundx-2.6.4.dist-info → groundx-2.6.5.dist-info}/RECORD +6 -6
- {groundx-2.6.4.dist-info → groundx-2.6.5.dist-info}/LICENSE +0 -0
- {groundx-2.6.4.dist-info → groundx-2.6.5.dist-info}/WHEEL +0 -0
groundx/core/client_wrapper.py
CHANGED
|
@@ -14,10 +14,10 @@ class BaseClientWrapper:
|
|
|
14
14
|
|
|
15
15
|
def get_headers(self) -> typing.Dict[str, str]:
|
|
16
16
|
headers: typing.Dict[str, str] = {
|
|
17
|
-
"User-Agent": "groundx/2.6.
|
|
17
|
+
"User-Agent": "groundx/2.6.5",
|
|
18
18
|
"X-Fern-Language": "Python",
|
|
19
19
|
"X-Fern-SDK-Name": "groundx",
|
|
20
|
-
"X-Fern-SDK-Version": "2.6.
|
|
20
|
+
"X-Fern-SDK-Version": "2.6.5",
|
|
21
21
|
}
|
|
22
22
|
headers["X-API-Key"] = self.api_key
|
|
23
23
|
return headers
|
groundx/types/workflow_prompt.py
CHANGED
|
@@ -3,9 +3,7 @@
|
|
|
3
3
|
import typing
|
|
4
4
|
|
|
5
5
|
import pydantic
|
|
6
|
-
import typing_extensions
|
|
7
6
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2, UniversalBaseModel
|
|
8
|
-
from ..core.serialization import FieldMetadata
|
|
9
7
|
from .workflow_prompt_role import WorkflowPromptRole
|
|
10
8
|
|
|
11
9
|
|
|
@@ -19,7 +17,7 @@ class WorkflowPrompt(UniversalBaseModel):
|
|
|
19
17
|
A short version of the prompt that is included in historical chat transcripts as part of the prompt context
|
|
20
18
|
"""
|
|
21
19
|
|
|
22
|
-
|
|
20
|
+
prompt: typing.Optional[str] = pydantic.Field(default=None)
|
|
23
21
|
"""
|
|
24
22
|
The prompt that is sent to the LLM
|
|
25
23
|
"""
|
|
@@ -5,7 +5,7 @@ groundx/buckets/raw_client.py,sha256=T2Ty5obN7eHbaxHGAimzjM8MGOmSOQEckhciyZkzcjE
|
|
|
5
5
|
groundx/client.py,sha256=PksVIgU2pXup9Ewkl7NcLPvQOIhg_Do3cJVGgXqqQjE,6641
|
|
6
6
|
groundx/core/__init__.py,sha256=lTcqUPXcx4112yLDd70RAPeqq6tu3eFMe1pKOqkW9JQ,1562
|
|
7
7
|
groundx/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
|
|
8
|
-
groundx/core/client_wrapper.py,sha256=
|
|
8
|
+
groundx/core/client_wrapper.py,sha256=mBKFr3FvLVO8SVKoDz8k2em-aI2ftNY-MYCy19sR8q0,1822
|
|
9
9
|
groundx/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
10
10
|
groundx/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
11
11
|
groundx/core/force_multipart.py,sha256=awxh5MtcRYe74ehY8U76jzv6fYM_w_D3Rur7KQQzSDk,429
|
|
@@ -131,7 +131,7 @@ groundx/types/workflow_detail_relationships.py,sha256=lw-7OcI595j_1wjC1Rd4rFoPk4
|
|
|
131
131
|
groundx/types/workflow_engine.py,sha256=J_PXgGLUrpY7Ci-A6jx1vq7_9h-3OZTMrxdru0DkieI,1977
|
|
132
132
|
groundx/types/workflow_engine_reasoning_effort.py,sha256=xQma7tB5cVPvaj5WqmBe1scPqeDWDDsTe2TlDXXnOVs,189
|
|
133
133
|
groundx/types/workflow_engine_service.py,sha256=8EPL1ffSnv1r547eixSryVqO-X18TYFyHZotqw1qHA4,211
|
|
134
|
-
groundx/types/workflow_prompt.py,sha256=
|
|
134
|
+
groundx/types/workflow_prompt.py,sha256=uAKLSm57MJcgum5libVrK8d-4-MmidptdQ7IfxmkTx0,1132
|
|
135
135
|
groundx/types/workflow_prompt_group.py,sha256=iT3QibXPAVyA_aAC8Z2aEqDul1xelbFOcsjYnHrPB6Q,724
|
|
136
136
|
groundx/types/workflow_prompt_role.py,sha256=oasiW8V0qVZGMSULH0cPRySvf28SX4ESbzyfECrkIX0,173
|
|
137
137
|
groundx/types/workflow_response.py,sha256=5SFtWKKTQW3L26Tv02Cc0aI4oZN-3NaCwzNk5WD762I,582
|
|
@@ -145,7 +145,7 @@ groundx/workflows/client.py,sha256=Z6Ua0DGLMAK0s2HtrbJjLCQe2fp96gyXu8BHX4z276c,1
|
|
|
145
145
|
groundx/workflows/raw_client.py,sha256=SQ3CBWTIwatEdz1igO-1p-dGrnAHXIliK_ksT8ImWkM,30799
|
|
146
146
|
groundx/workflows/types/__init__.py,sha256=r-3IiPgf480gPstg62dFXecJQNOoTaJzcqul0_8_8DM,182
|
|
147
147
|
groundx/workflows/types/workflows_get_request_id.py,sha256=pGcBQwEQYDxoxBGpACdy3zf1Qc2rjcN3zv-TZXHu9p0,127
|
|
148
|
-
groundx-2.6.
|
|
149
|
-
groundx-2.6.
|
|
150
|
-
groundx-2.6.
|
|
151
|
-
groundx-2.6.
|
|
148
|
+
groundx-2.6.5.dist-info/LICENSE,sha256=dFE6nY1bHnSn6NqmdlghlU1gQqLqYNphrceGVehSa7o,1065
|
|
149
|
+
groundx-2.6.5.dist-info/METADATA,sha256=Y3YkKTSOLtf8mo7QHr2AEZcXMgZlShgV7zsG-MZ8yr8,5919
|
|
150
|
+
groundx-2.6.5.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
151
|
+
groundx-2.6.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|