projectdavid-common 0.17.15__py3-none-any.whl → 0.17.17__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.
- projectdavid_common/schemas/runs_schema.py +3 -5
- {projectdavid_common-0.17.15.dist-info → projectdavid_common-0.17.17.dist-info}/METADATA +1 -1
- {projectdavid_common-0.17.15.dist-info → projectdavid_common-0.17.17.dist-info}/RECORD +6 -6
- {projectdavid_common-0.17.15.dist-info → projectdavid_common-0.17.17.dist-info}/WHEEL +0 -0
- {projectdavid_common-0.17.15.dist-info → projectdavid_common-0.17.17.dist-info}/entry_points.txt +0 -0
- {projectdavid_common-0.17.15.dist-info → projectdavid_common-0.17.17.dist-info}/top_level.txt +0 -0
|
@@ -46,7 +46,7 @@ class Run(BaseModel):
|
|
|
46
46
|
created_at: int
|
|
47
47
|
expires_at: int
|
|
48
48
|
failed_at: Optional[int]
|
|
49
|
-
incomplete_details: Optional[
|
|
49
|
+
incomplete_details: Optional[str]
|
|
50
50
|
instructions: str
|
|
51
51
|
last_error: Optional[str]
|
|
52
52
|
max_completion_tokens: Optional[int]
|
|
@@ -58,7 +58,7 @@ class Run(BaseModel):
|
|
|
58
58
|
required_action: Optional[str]
|
|
59
59
|
response_format: str
|
|
60
60
|
started_at: Optional[int]
|
|
61
|
-
status: RunStatus | str
|
|
61
|
+
status: RunStatus | str
|
|
62
62
|
thread_id: str
|
|
63
63
|
tool_choice: str
|
|
64
64
|
tools: List[Tool]
|
|
@@ -67,7 +67,6 @@ class Run(BaseModel):
|
|
|
67
67
|
temperature: float
|
|
68
68
|
top_p: float
|
|
69
69
|
tool_resources: Dict[str, Any]
|
|
70
|
-
|
|
71
70
|
model_config = ConfigDict(from_attributes=True)
|
|
72
71
|
|
|
73
72
|
|
|
@@ -140,7 +139,7 @@ class RunReadDetailed(BaseModel):
|
|
|
140
139
|
started_at: Optional[int] = None
|
|
141
140
|
status: RunStatus | str
|
|
142
141
|
thread_id: str
|
|
143
|
-
tool_choice: str
|
|
142
|
+
tool_choice: Optional[str] = None
|
|
144
143
|
tools: List[ToolRead]
|
|
145
144
|
truncation_strategy: Dict[str, Any]
|
|
146
145
|
usage: Optional[Any] = None
|
|
@@ -148,7 +147,6 @@ class RunReadDetailed(BaseModel):
|
|
|
148
147
|
top_p: float
|
|
149
148
|
tool_resources: Dict[str, Any]
|
|
150
149
|
actions: List[ActionRead] = Field(default_factory=list)
|
|
151
|
-
|
|
152
150
|
model_config = ConfigDict(from_attributes=True)
|
|
153
151
|
|
|
154
152
|
|
|
@@ -16,7 +16,7 @@ projectdavid_common/schemas/enums.py,sha256=pQdkz_hmfU_vcZdn4XOvcPOcQihaX_iuQIFk
|
|
|
16
16
|
projectdavid_common/schemas/files_schema.py,sha256=hNMqVDRc5lsdhxyPWO79QjIpE7NKmKzdQ6hJG8L6LfA,3025
|
|
17
17
|
projectdavid_common/schemas/inference_schema.py,sha256=LPjKDCq7jBPbQCgwlM97rxO477v3vWwb6RYh4DW0KIs,228
|
|
18
18
|
projectdavid_common/schemas/messages_schema.py,sha256=LOG22KlDyX_9RWjBuBCox8iMaw1VWqEJBMRE-A7ZOZA,3223
|
|
19
|
-
projectdavid_common/schemas/runs_schema.py,sha256=
|
|
19
|
+
projectdavid_common/schemas/runs_schema.py,sha256=aNQ16UbZI-Yp4EHdWSNQwKoA-itlLbVnFEXhSk13x4g,5848
|
|
20
20
|
projectdavid_common/schemas/stream_schema.py,sha256=_0Op35E5TZ-XLM8j5b3xDRuUobGq2eh40oCx1RyGi_A,645
|
|
21
21
|
projectdavid_common/schemas/threads_schema.py,sha256=tnGGOZ52xmel2DaWiFtCbfMkEW056xI-WMt4yotmmHI,1533
|
|
22
22
|
projectdavid_common/schemas/tools_schema.py,sha256=RywLJk1a1-liPnqpf8s9IfTaMBG6uqj3YtV52H7U18g,1815
|
|
@@ -26,8 +26,8 @@ projectdavid_common/schemas/vectors_schema.py,sha256=KG4HSa6yVgBLe01iSdXKoU3UxRS
|
|
|
26
26
|
projectdavid_common/utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
projectdavid_common/utilities/identifier_service.py,sha256=7hL4_i7pGs6bibCSkXQIwpMSUCFASFE0VPm6gqMv4sk,2950
|
|
28
28
|
projectdavid_common/utilities/logging_service.py,sha256=ONKy3PRjIrxIrTJ_X3iv7v9HA0wyejyw4WrQYlJy7Oc,2614
|
|
29
|
-
projectdavid_common-0.17.
|
|
30
|
-
projectdavid_common-0.17.
|
|
31
|
-
projectdavid_common-0.17.
|
|
32
|
-
projectdavid_common-0.17.
|
|
33
|
-
projectdavid_common-0.17.
|
|
29
|
+
projectdavid_common-0.17.17.dist-info/METADATA,sha256=juQSpMfoLdTSIU5KBSy0UOr36lQD3B3_vPGREtEfRWk,1674
|
|
30
|
+
projectdavid_common-0.17.17.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
31
|
+
projectdavid_common-0.17.17.dist-info/entry_points.txt,sha256=Y8HAIUW0ifCKcAzAqR21wu1ATHNFWWWiUB33UYv095o,74
|
|
32
|
+
projectdavid_common-0.17.17.dist-info/top_level.txt,sha256=lJ-jkZ0n0jWktoMJFcw-DzLoMTY2juuw5fgMIqYu1UU,20
|
|
33
|
+
projectdavid_common-0.17.17.dist-info/RECORD,,
|
|
File without changes
|
{projectdavid_common-0.17.15.dist-info → projectdavid_common-0.17.17.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{projectdavid_common-0.17.15.dist-info → projectdavid_common-0.17.17.dist-info}/top_level.txt
RENAMED
|
File without changes
|