orq-ai-sdk 4.2.12__py3-none-any.whl → 4.2.16__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.
- orq_ai_sdk/_version.py +3 -3
- orq_ai_sdk/agents.py +186 -186
- orq_ai_sdk/models/conversationresponse.py +1 -1
- orq_ai_sdk/models/conversationwithmessagesresponse.py +1 -1
- orq_ai_sdk/models/createcontactop.py +1 -1
- orq_ai_sdk/models/createconversationop.py +1 -1
- orq_ai_sdk/models/createconversationresponseop.py +2 -2
- orq_ai_sdk/models/createdatasetitemop.py +4 -4
- orq_ai_sdk/models/createdatasetop.py +1 -1
- orq_ai_sdk/models/createdatasourceop.py +1 -1
- orq_ai_sdk/models/createevalop.py +14 -14
- orq_ai_sdk/models/createidentityop.py +1 -1
- orq_ai_sdk/models/createtoolop.py +6 -6
- orq_ai_sdk/models/filegetop.py +1 -1
- orq_ai_sdk/models/filelistop.py +1 -1
- orq_ai_sdk/models/fileuploadop.py +1 -1
- orq_ai_sdk/models/generateconversationnameop.py +1 -1
- orq_ai_sdk/models/getalltoolsop.py +6 -6
- orq_ai_sdk/models/getevalsop.py +14 -14
- orq_ai_sdk/models/listdatasetdatapointsop.py +4 -4
- orq_ai_sdk/models/listdatasetsop.py +1 -1
- orq_ai_sdk/models/listdatasourcesop.py +1 -1
- orq_ai_sdk/models/listidentitiesop.py +1 -1
- orq_ai_sdk/models/partdoneevent.py +1 -1
- orq_ai_sdk/models/reasoningpart.py +1 -1
- orq_ai_sdk/models/retrievedatapointop.py +4 -4
- orq_ai_sdk/models/retrievedatasetop.py +1 -1
- orq_ai_sdk/models/retrievedatasourceop.py +1 -1
- orq_ai_sdk/models/retrieveidentityop.py +1 -1
- orq_ai_sdk/models/retrievetoolop.py +6 -6
- orq_ai_sdk/models/runagentop.py +1 -1
- orq_ai_sdk/models/streamrunagentop.py +1 -1
- orq_ai_sdk/models/updateconversationop.py +1 -1
- orq_ai_sdk/models/updatedatapointop.py +4 -4
- orq_ai_sdk/models/updatedatasetop.py +1 -1
- orq_ai_sdk/models/updatedatasourceop.py +1 -1
- orq_ai_sdk/models/updateevalop.py +14 -14
- orq_ai_sdk/models/updateidentityop.py +1 -1
- orq_ai_sdk/models/updatetoolop.py +7 -7
- {orq_ai_sdk-4.2.12.dist-info → orq_ai_sdk-4.2.16.dist-info}/METADATA +2 -2
- {orq_ai_sdk-4.2.12.dist-info → orq_ai_sdk-4.2.16.dist-info}/RECORD +43 -43
- {orq_ai_sdk-4.2.12.dist-info → orq_ai_sdk-4.2.16.dist-info}/WHEEL +0 -0
- {orq_ai_sdk-4.2.12.dist-info → orq_ai_sdk-4.2.16.dist-info}/top_level.txt +0 -0
orq_ai_sdk/models/filegetop.py
CHANGED
|
@@ -64,7 +64,7 @@ class FileGetResponseBody(BaseModel):
|
|
|
64
64
|
workspace_id: str
|
|
65
65
|
r"""The id of the resource"""
|
|
66
66
|
|
|
67
|
-
created: Optional[datetime] = parse_datetime("2026-01-
|
|
67
|
+
created: Optional[datetime] = parse_datetime("2026-01-28T17:32:30.400Z")
|
|
68
68
|
r"""The date and time the resource was created"""
|
|
69
69
|
|
|
70
70
|
@model_serializer(mode="wrap")
|
orq_ai_sdk/models/filelistop.py
CHANGED
|
@@ -96,7 +96,7 @@ class FileListData(BaseModel):
|
|
|
96
96
|
workspace_id: str
|
|
97
97
|
r"""The id of the resource"""
|
|
98
98
|
|
|
99
|
-
created: Optional[datetime] = parse_datetime("2026-01-
|
|
99
|
+
created: Optional[datetime] = parse_datetime("2026-01-28T17:32:30.400Z")
|
|
100
100
|
r"""The date and time the resource was created"""
|
|
101
101
|
|
|
102
102
|
@model_serializer(mode="wrap")
|
|
@@ -134,7 +134,7 @@ class FileUploadResponseBody(BaseModel):
|
|
|
134
134
|
workspace_id: str
|
|
135
135
|
r"""The id of the resource"""
|
|
136
136
|
|
|
137
|
-
created: Optional[datetime] = parse_datetime("2026-01-
|
|
137
|
+
created: Optional[datetime] = parse_datetime("2026-01-28T17:32:30.400Z")
|
|
138
138
|
r"""The date and time the resource was created"""
|
|
139
139
|
|
|
140
140
|
@model_serializer(mode="wrap")
|
|
@@ -186,7 +186,7 @@ class GenerateConversationNameResponseBody(BaseModel):
|
|
|
186
186
|
r"""Unix timestamp in milliseconds when the conversation was last modified."""
|
|
187
187
|
|
|
188
188
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
189
|
-
"
|
|
189
|
+
"conv_01kg2tm6jj4q89s0rv527z666z"
|
|
190
190
|
)
|
|
191
191
|
r"""Unique conversation identifier with `conv_` prefix."""
|
|
192
192
|
|
|
@@ -209,7 +209,7 @@ class DataCodeExecutionTool(BaseModel):
|
|
|
209
209
|
code_tool: DataCodeTool
|
|
210
210
|
|
|
211
211
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
212
|
-
"
|
|
212
|
+
"tool_01KG2TM6Z79M9RB8F20Y834X1M"
|
|
213
213
|
)
|
|
214
214
|
|
|
215
215
|
display_name: Optional[str] = None
|
|
@@ -336,7 +336,7 @@ class DataTools(BaseModel):
|
|
|
336
336
|
|
|
337
337
|
schema_: Annotated[GetAllToolsDataSchema, pydantic.Field(alias="schema")]
|
|
338
338
|
|
|
339
|
-
id: Optional[str] = "
|
|
339
|
+
id: Optional[str] = "01KG2TM6Z6ARJ6EHMXTBCJSHF1"
|
|
340
340
|
|
|
341
341
|
description: Optional[str] = None
|
|
342
342
|
|
|
@@ -467,7 +467,7 @@ class DataMCPTool(BaseModel):
|
|
|
467
467
|
mcp: DataMcp
|
|
468
468
|
|
|
469
469
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
470
|
-
"
|
|
470
|
+
"tool_01KG2TM6Z41JXYQFNZC0SQMQZ0"
|
|
471
471
|
)
|
|
472
472
|
|
|
473
473
|
display_name: Optional[str] = None
|
|
@@ -765,7 +765,7 @@ class DataHTTPTool(BaseModel):
|
|
|
765
765
|
http: GetAllToolsDataHTTP
|
|
766
766
|
|
|
767
767
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
768
|
-
"
|
|
768
|
+
"tool_01KG2TM6Z1A71YBDX4SJ7HZBXG"
|
|
769
769
|
)
|
|
770
770
|
|
|
771
771
|
display_name: Optional[str] = None
|
|
@@ -960,7 +960,7 @@ class DataJSONSchemaTool(BaseModel):
|
|
|
960
960
|
json_schema: DataJSONSchema
|
|
961
961
|
|
|
962
962
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
963
|
-
"
|
|
963
|
+
"tool_01KG2TM6YZEM9KPFACEBWXZ4Y6"
|
|
964
964
|
)
|
|
965
965
|
|
|
966
966
|
display_name: Optional[str] = None
|
|
@@ -1159,7 +1159,7 @@ class DataFunctionTool(BaseModel):
|
|
|
1159
1159
|
function: GetAllToolsDataFunction
|
|
1160
1160
|
|
|
1161
1161
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
1162
|
-
"
|
|
1162
|
+
"tool_01KG2TM6YXCA4AMS1ZYE0J6Q4H"
|
|
1163
1163
|
)
|
|
1164
1164
|
|
|
1165
1165
|
display_name: Optional[str] = None
|
orq_ai_sdk/models/getevalsop.py
CHANGED
|
@@ -221,9 +221,9 @@ class DataTypescript(BaseModel):
|
|
|
221
221
|
|
|
222
222
|
key: str
|
|
223
223
|
|
|
224
|
-
created: Optional[str] = "2026-01-
|
|
224
|
+
created: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
225
225
|
|
|
226
|
-
updated: Optional[str] = "2026-01-
|
|
226
|
+
updated: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
227
227
|
|
|
228
228
|
guardrail_config: Optional[
|
|
229
229
|
GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig
|
|
@@ -397,9 +397,9 @@ class DataRagas(BaseModel):
|
|
|
397
397
|
|
|
398
398
|
model: str
|
|
399
399
|
|
|
400
|
-
created: Optional[str] = "2026-01-
|
|
400
|
+
created: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
401
401
|
|
|
402
|
-
updated: Optional[str] = "2026-01-
|
|
402
|
+
updated: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
403
403
|
|
|
404
404
|
guardrail_config: Optional[GetEvalsDataEvalsResponse200GuardrailConfig] = None
|
|
405
405
|
|
|
@@ -1072,9 +1072,9 @@ class DataFunction(BaseModel):
|
|
|
1072
1072
|
|
|
1073
1073
|
key: str
|
|
1074
1074
|
|
|
1075
|
-
created: Optional[str] = "2026-01-
|
|
1075
|
+
created: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
1076
1076
|
|
|
1077
|
-
updated: Optional[str] = "2026-01-
|
|
1077
|
+
updated: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
1078
1078
|
|
|
1079
1079
|
guardrail_config: Optional[GetEvalsDataEvalsResponseGuardrailConfig] = None
|
|
1080
1080
|
|
|
@@ -1227,9 +1227,9 @@ class DataPython(BaseModel):
|
|
|
1227
1227
|
|
|
1228
1228
|
key: str
|
|
1229
1229
|
|
|
1230
|
-
created: Optional[str] = "2026-01-
|
|
1230
|
+
created: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
1231
1231
|
|
|
1232
|
-
updated: Optional[str] = "2026-01-
|
|
1232
|
+
updated: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
1233
1233
|
|
|
1234
1234
|
guardrail_config: Optional[GetEvalsDataEvalsGuardrailConfig] = None
|
|
1235
1235
|
|
|
@@ -1392,9 +1392,9 @@ class DataHTTP(BaseModel):
|
|
|
1392
1392
|
|
|
1393
1393
|
key: str
|
|
1394
1394
|
|
|
1395
|
-
created: Optional[str] = "2026-01-
|
|
1395
|
+
created: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
1396
1396
|
|
|
1397
|
-
updated: Optional[str] = "2026-01-
|
|
1397
|
+
updated: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
1398
1398
|
|
|
1399
1399
|
guardrail_config: Optional[GetEvalsDataGuardrailConfig] = None
|
|
1400
1400
|
|
|
@@ -1603,9 +1603,9 @@ class DataJSON(BaseModel):
|
|
|
1603
1603
|
|
|
1604
1604
|
key: str
|
|
1605
1605
|
|
|
1606
|
-
created: Optional[str] = "2026-01-
|
|
1606
|
+
created: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
1607
1607
|
|
|
1608
|
-
updated: Optional[str] = "2026-01-
|
|
1608
|
+
updated: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
1609
1609
|
|
|
1610
1610
|
guardrail_config: Optional[DataGuardrailConfig] = None
|
|
1611
1611
|
|
|
@@ -1735,9 +1735,9 @@ class DataLLM(BaseModel):
|
|
|
1735
1735
|
|
|
1736
1736
|
model: str
|
|
1737
1737
|
|
|
1738
|
-
created: Optional[str] = "2026-01-
|
|
1738
|
+
created: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
1739
1739
|
|
|
1740
|
-
updated: Optional[str] = "2026-01-
|
|
1740
|
+
updated: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
1741
1741
|
|
|
1742
1742
|
guardrail_config: Optional[
|
|
1743
1743
|
GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig
|
|
@@ -776,7 +776,7 @@ class ListDatasetDatapointsEvaluations3(BaseModel):
|
|
|
776
776
|
|
|
777
777
|
source: Optional[ListDatasetDatapointsEvaluationsDatasetsSource] = "orq"
|
|
778
778
|
|
|
779
|
-
reviewed_at: Optional[datetime] = parse_datetime("2026-01-
|
|
779
|
+
reviewed_at: Optional[datetime] = parse_datetime("2026-01-28T17:32:40.600Z")
|
|
780
780
|
r"""The date and time the item was reviewed"""
|
|
781
781
|
|
|
782
782
|
@model_serializer(mode="wrap")
|
|
@@ -846,7 +846,7 @@ class ListDatasetDatapointsEvaluations2(BaseModel):
|
|
|
846
846
|
|
|
847
847
|
source: Optional[ListDatasetDatapointsEvaluationsSource] = "orq"
|
|
848
848
|
|
|
849
|
-
reviewed_at: Optional[datetime] = parse_datetime("2026-01-
|
|
849
|
+
reviewed_at: Optional[datetime] = parse_datetime("2026-01-28T17:32:40.599Z")
|
|
850
850
|
r"""The date and time the item was reviewed"""
|
|
851
851
|
|
|
852
852
|
@model_serializer(mode="wrap")
|
|
@@ -914,7 +914,7 @@ class ListDatasetDatapointsEvaluations1(BaseModel):
|
|
|
914
914
|
|
|
915
915
|
source: Optional[ListDatasetDatapointsEvaluationsDatasetsResponseSource] = "orq"
|
|
916
916
|
|
|
917
|
-
reviewed_at: Optional[datetime] = parse_datetime("2026-01-
|
|
917
|
+
reviewed_at: Optional[datetime] = parse_datetime("2026-01-28T17:32:40.599Z")
|
|
918
918
|
r"""The date and time the item was reviewed"""
|
|
919
919
|
|
|
920
920
|
@model_serializer(mode="wrap")
|
|
@@ -1013,7 +1013,7 @@ class ListDatasetDatapointsData(BaseModel):
|
|
|
1013
1013
|
created: Optional[datetime] = None
|
|
1014
1014
|
r"""The date and time the resource was created"""
|
|
1015
1015
|
|
|
1016
|
-
updated: Optional[datetime] = parse_datetime("2026-01-
|
|
1016
|
+
updated: Optional[datetime] = parse_datetime("2026-01-28T17:32:27.237Z")
|
|
1017
1017
|
r"""The date and time the resource was last updated"""
|
|
1018
1018
|
|
|
1019
1019
|
@model_serializer(mode="wrap")
|
|
@@ -113,7 +113,7 @@ class ListDatasetsData(BaseModel):
|
|
|
113
113
|
created: Optional[datetime] = None
|
|
114
114
|
r"""The date and time the resource was created"""
|
|
115
115
|
|
|
116
|
-
updated: Optional[datetime] = parse_datetime("2026-01-
|
|
116
|
+
updated: Optional[datetime] = parse_datetime("2026-01-28T17:32:27.237Z")
|
|
117
117
|
r"""The date and time the resource was last updated"""
|
|
118
118
|
|
|
119
119
|
@model_serializer(mode="wrap")
|
|
@@ -148,7 +148,7 @@ class ListDatasourcesData(BaseModel):
|
|
|
148
148
|
r"""The number of chunks in the datasource"""
|
|
149
149
|
|
|
150
150
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
151
|
-
"
|
|
151
|
+
"01KG2TM75M47B2NZJ7TRNX1A2Z"
|
|
152
152
|
)
|
|
153
153
|
r"""The unique identifier of the data source"""
|
|
154
154
|
|
|
@@ -208,7 +208,7 @@ class ListIdentitiesData(BaseModel):
|
|
|
208
208
|
created: Optional[datetime] = None
|
|
209
209
|
r"""The date and time the resource was created"""
|
|
210
210
|
|
|
211
|
-
updated: Optional[datetime] = parse_datetime("2026-01-
|
|
211
|
+
updated: Optional[datetime] = parse_datetime("2026-01-28T17:32:27.237Z")
|
|
212
212
|
r"""The date and time the resource was last updated"""
|
|
213
213
|
|
|
214
214
|
@model_serializer(mode="wrap")
|
|
@@ -40,7 +40,7 @@ class PartReasoningPart(BaseModel):
|
|
|
40
40
|
r"""The reasoning or thought process behind the response. Used for chain-of-thought or extended thinking."""
|
|
41
41
|
|
|
42
42
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
43
|
-
"
|
|
43
|
+
"reasoning_01kg2tm67cweksh0x9qzat6eb3"
|
|
44
44
|
)
|
|
45
45
|
r"""Unique identifier for the part. Format: reasoning_{ulid} (e.g., reasoning_01hxyz...)"""
|
|
46
46
|
|
|
@@ -37,7 +37,7 @@ class ReasoningPart(BaseModel):
|
|
|
37
37
|
r"""The reasoning or thought process behind the response. Used for chain-of-thought or extended thinking."""
|
|
38
38
|
|
|
39
39
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
40
|
-
"
|
|
40
|
+
"reasoning_01kg2tm67543kak9dczck8we6j"
|
|
41
41
|
)
|
|
42
42
|
r"""Unique identifier for the part. Format: reasoning_{ulid} (e.g., reasoning_01hxyz...)"""
|
|
43
43
|
|
|
@@ -738,7 +738,7 @@ class RetrieveDatapointEvaluations3(BaseModel):
|
|
|
738
738
|
|
|
739
739
|
source: Optional[RetrieveDatapointEvaluationsDatasetsResponseSource] = "orq"
|
|
740
740
|
|
|
741
|
-
reviewed_at: Optional[datetime] = parse_datetime("2026-01-
|
|
741
|
+
reviewed_at: Optional[datetime] = parse_datetime("2026-01-28T17:32:40.609Z")
|
|
742
742
|
r"""The date and time the item was reviewed"""
|
|
743
743
|
|
|
744
744
|
@model_serializer(mode="wrap")
|
|
@@ -806,7 +806,7 @@ class RetrieveDatapointEvaluations2(BaseModel):
|
|
|
806
806
|
|
|
807
807
|
source: Optional[RetrieveDatapointEvaluationsDatasetsSource] = "orq"
|
|
808
808
|
|
|
809
|
-
reviewed_at: Optional[datetime] = parse_datetime("2026-01-
|
|
809
|
+
reviewed_at: Optional[datetime] = parse_datetime("2026-01-28T17:32:40.609Z")
|
|
810
810
|
r"""The date and time the item was reviewed"""
|
|
811
811
|
|
|
812
812
|
@model_serializer(mode="wrap")
|
|
@@ -874,7 +874,7 @@ class RetrieveDatapointEvaluations1(BaseModel):
|
|
|
874
874
|
|
|
875
875
|
source: Optional[RetrieveDatapointEvaluationsSource] = "orq"
|
|
876
876
|
|
|
877
|
-
reviewed_at: Optional[datetime] = parse_datetime("2026-01-
|
|
877
|
+
reviewed_at: Optional[datetime] = parse_datetime("2026-01-28T17:32:40.608Z")
|
|
878
878
|
r"""The date and time the item was reviewed"""
|
|
879
879
|
|
|
880
880
|
@model_serializer(mode="wrap")
|
|
@@ -977,7 +977,7 @@ class RetrieveDatapointResponseBody(BaseModel):
|
|
|
977
977
|
created: Optional[datetime] = None
|
|
978
978
|
r"""The date and time the resource was created"""
|
|
979
979
|
|
|
980
|
-
updated: Optional[datetime] = parse_datetime("2026-01-
|
|
980
|
+
updated: Optional[datetime] = parse_datetime("2026-01-28T17:32:27.237Z")
|
|
981
981
|
r"""The date and time the resource was last updated"""
|
|
982
982
|
|
|
983
983
|
@model_serializer(mode="wrap")
|
|
@@ -81,7 +81,7 @@ class RetrieveDatasetResponseBody(BaseModel):
|
|
|
81
81
|
created: Optional[datetime] = None
|
|
82
82
|
r"""The date and time the resource was created"""
|
|
83
83
|
|
|
84
|
-
updated: Optional[datetime] = parse_datetime("2026-01-
|
|
84
|
+
updated: Optional[datetime] = parse_datetime("2026-01-28T17:32:27.237Z")
|
|
85
85
|
r"""The date and time the resource was last updated"""
|
|
86
86
|
|
|
87
87
|
@model_serializer(mode="wrap")
|
|
@@ -90,7 +90,7 @@ class RetrieveDatasourceResponseBody(BaseModel):
|
|
|
90
90
|
r"""The number of chunks in the datasource"""
|
|
91
91
|
|
|
92
92
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
93
|
-
"
|
|
93
|
+
"01KG2TM75Q7HWSBPX4AX8FSPY5"
|
|
94
94
|
)
|
|
95
95
|
r"""The unique identifier of the data source"""
|
|
96
96
|
|
|
@@ -103,7 +103,7 @@ class RetrieveIdentityResponseBody(BaseModel):
|
|
|
103
103
|
created: Optional[datetime] = None
|
|
104
104
|
r"""The date and time the resource was created"""
|
|
105
105
|
|
|
106
|
-
updated: Optional[datetime] = parse_datetime("2026-01-
|
|
106
|
+
updated: Optional[datetime] = parse_datetime("2026-01-28T17:32:27.237Z")
|
|
107
107
|
r"""The date and time the resource was last updated"""
|
|
108
108
|
|
|
109
109
|
@model_serializer(mode="wrap")
|
|
@@ -171,7 +171,7 @@ class RetrieveToolResponseBodyCodeExecutionTool(BaseModel):
|
|
|
171
171
|
code_tool: RetrieveToolResponseBodyCodeTool
|
|
172
172
|
|
|
173
173
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
174
|
-
"
|
|
174
|
+
"tool_01KG2TM71Q2NSFSR450RPS8B4B"
|
|
175
175
|
)
|
|
176
176
|
|
|
177
177
|
display_name: Optional[str] = None
|
|
@@ -302,7 +302,7 @@ class RetrieveToolResponseBodyTools(BaseModel):
|
|
|
302
302
|
RetrieveToolResponseBodyToolsSchema, pydantic.Field(alias="schema")
|
|
303
303
|
]
|
|
304
304
|
|
|
305
|
-
id: Optional[str] = "
|
|
305
|
+
id: Optional[str] = "01KG2TM71PH1GDDEK423XBM71E"
|
|
306
306
|
|
|
307
307
|
description: Optional[str] = None
|
|
308
308
|
|
|
@@ -433,7 +433,7 @@ class RetrieveToolResponseBodyMCPTool(BaseModel):
|
|
|
433
433
|
mcp: RetrieveToolResponseBodyMcp
|
|
434
434
|
|
|
435
435
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
436
|
-
"
|
|
436
|
+
"tool_01KG2TM71MM4AFRTTQD9ZWM2KP"
|
|
437
437
|
)
|
|
438
438
|
|
|
439
439
|
display_name: Optional[str] = None
|
|
@@ -734,7 +734,7 @@ class RetrieveToolResponseBodyHTTPTool(BaseModel):
|
|
|
734
734
|
http: RetrieveToolResponseBodyHTTP
|
|
735
735
|
|
|
736
736
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
737
|
-
"
|
|
737
|
+
"tool_01KG2TM71JMNA040PHZ9KAHT2H"
|
|
738
738
|
)
|
|
739
739
|
|
|
740
740
|
display_name: Optional[str] = None
|
|
@@ -929,7 +929,7 @@ class RetrieveToolResponseBodyJSONSchemaTool(BaseModel):
|
|
|
929
929
|
json_schema: RetrieveToolResponseBodyJSONSchema
|
|
930
930
|
|
|
931
931
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
932
|
-
"
|
|
932
|
+
"tool_01KG2TM71F4YGD24HPTTX80CDE"
|
|
933
933
|
)
|
|
934
934
|
|
|
935
935
|
display_name: Optional[str] = None
|
|
@@ -1128,7 +1128,7 @@ class RetrieveToolResponseBodyFunctionTool(BaseModel):
|
|
|
1128
1128
|
function: RetrieveToolResponseBodyFunction
|
|
1129
1129
|
|
|
1130
1130
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
1131
|
-
"
|
|
1131
|
+
"tool_01KG2TM71DV29B3RDZ1N7FCMW4"
|
|
1132
1132
|
)
|
|
1133
1133
|
|
|
1134
1134
|
display_name: Optional[str] = None
|
orq_ai_sdk/models/runagentop.py
CHANGED
|
@@ -2093,7 +2093,7 @@ class RunAgentAgentToolInputRunTools(BaseModel):
|
|
|
2093
2093
|
|
|
2094
2094
|
schema_: Annotated[AgentToolInputRunSchema, pydantic.Field(alias="schema")]
|
|
2095
2095
|
|
|
2096
|
-
id: Optional[str] = "
|
|
2096
|
+
id: Optional[str] = "01KG2TM6DBDDYB1125S1YMDXTP"
|
|
2097
2097
|
|
|
2098
2098
|
description: Optional[str] = None
|
|
2099
2099
|
|
|
@@ -2193,7 +2193,7 @@ class AgentToolInputRunTools(BaseModel):
|
|
|
2193
2193
|
StreamRunAgentAgentToolInputRunAgentsSchema, pydantic.Field(alias="schema")
|
|
2194
2194
|
]
|
|
2195
2195
|
|
|
2196
|
-
id: Optional[str] = "
|
|
2196
|
+
id: Optional[str] = "01KG2TM6GP2MM99Y9A0PXPTKR6"
|
|
2197
2197
|
|
|
2198
2198
|
description: Optional[str] = None
|
|
2199
2199
|
|
|
@@ -231,7 +231,7 @@ class UpdateConversationResponseBody(BaseModel):
|
|
|
231
231
|
r"""Unix timestamp in milliseconds when the conversation was last modified."""
|
|
232
232
|
|
|
233
233
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
234
|
-
"
|
|
234
|
+
"conv_01kg2tm6jwfpsqmcjt66v22jdg"
|
|
235
235
|
)
|
|
236
236
|
r"""Unique conversation identifier with `conv_` prefix."""
|
|
237
237
|
|
|
@@ -1445,7 +1445,7 @@ class UpdateDatapointEvaluations3(BaseModel):
|
|
|
1445
1445
|
|
|
1446
1446
|
source: Optional[UpdateDatapointEvaluationsDatasetsResponseSource] = "orq"
|
|
1447
1447
|
|
|
1448
|
-
reviewed_at: Optional[datetime] = parse_datetime("2026-01-
|
|
1448
|
+
reviewed_at: Optional[datetime] = parse_datetime("2026-01-28T17:32:40.674Z")
|
|
1449
1449
|
r"""The date and time the item was reviewed"""
|
|
1450
1450
|
|
|
1451
1451
|
@model_serializer(mode="wrap")
|
|
@@ -1513,7 +1513,7 @@ class UpdateDatapointEvaluations2(BaseModel):
|
|
|
1513
1513
|
|
|
1514
1514
|
source: Optional[UpdateDatapointEvaluationsDatasetsSource] = "orq"
|
|
1515
1515
|
|
|
1516
|
-
reviewed_at: Optional[datetime] = parse_datetime("2026-01-
|
|
1516
|
+
reviewed_at: Optional[datetime] = parse_datetime("2026-01-28T17:32:40.674Z")
|
|
1517
1517
|
r"""The date and time the item was reviewed"""
|
|
1518
1518
|
|
|
1519
1519
|
@model_serializer(mode="wrap")
|
|
@@ -1581,7 +1581,7 @@ class UpdateDatapointEvaluations1(BaseModel):
|
|
|
1581
1581
|
|
|
1582
1582
|
source: Optional[UpdateDatapointEvaluationsSource] = "orq"
|
|
1583
1583
|
|
|
1584
|
-
reviewed_at: Optional[datetime] = parse_datetime("2026-01-
|
|
1584
|
+
reviewed_at: Optional[datetime] = parse_datetime("2026-01-28T17:32:40.673Z")
|
|
1585
1585
|
r"""The date and time the item was reviewed"""
|
|
1586
1586
|
|
|
1587
1587
|
@model_serializer(mode="wrap")
|
|
@@ -1684,7 +1684,7 @@ class UpdateDatapointResponseBody(BaseModel):
|
|
|
1684
1684
|
created: Optional[datetime] = None
|
|
1685
1685
|
r"""The date and time the resource was created"""
|
|
1686
1686
|
|
|
1687
|
-
updated: Optional[datetime] = parse_datetime("2026-01-
|
|
1687
|
+
updated: Optional[datetime] = parse_datetime("2026-01-28T17:32:27.237Z")
|
|
1688
1688
|
r"""The date and time the resource was last updated"""
|
|
1689
1689
|
|
|
1690
1690
|
@model_serializer(mode="wrap")
|
|
@@ -154,7 +154,7 @@ class UpdateDatasetResponseBody(BaseModel):
|
|
|
154
154
|
created: Optional[datetime] = None
|
|
155
155
|
r"""The date and time the resource was created"""
|
|
156
156
|
|
|
157
|
-
updated: Optional[datetime] = parse_datetime("2026-01-
|
|
157
|
+
updated: Optional[datetime] = parse_datetime("2026-01-28T17:32:27.237Z")
|
|
158
158
|
r"""The date and time the resource was last updated"""
|
|
159
159
|
|
|
160
160
|
@model_serializer(mode="wrap")
|
|
@@ -104,7 +104,7 @@ class UpdateDatasourceResponseBody(BaseModel):
|
|
|
104
104
|
r"""The number of chunks in the datasource"""
|
|
105
105
|
|
|
106
106
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
107
|
-
"
|
|
107
|
+
"01KG2TM75WT6F35FJVC96T76M0"
|
|
108
108
|
)
|
|
109
109
|
r"""The unique identifier of the data source"""
|
|
110
110
|
|
|
@@ -959,9 +959,9 @@ class ResponseBodyTypescript(BaseModel):
|
|
|
959
959
|
|
|
960
960
|
key: str
|
|
961
961
|
|
|
962
|
-
created: Optional[str] = "2026-01-
|
|
962
|
+
created: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
963
963
|
|
|
964
|
-
updated: Optional[str] = "2026-01-
|
|
964
|
+
updated: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
965
965
|
|
|
966
966
|
guardrail_config: Optional[
|
|
967
967
|
UpdateEvalResponseBodyEvalsResponse200ApplicationJSON7GuardrailConfig
|
|
@@ -1155,9 +1155,9 @@ class ResponseBodyRagas(BaseModel):
|
|
|
1155
1155
|
|
|
1156
1156
|
model: str
|
|
1157
1157
|
|
|
1158
|
-
created: Optional[str] = "2026-01-
|
|
1158
|
+
created: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
1159
1159
|
|
|
1160
|
-
updated: Optional[str] = "2026-01-
|
|
1160
|
+
updated: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
1161
1161
|
|
|
1162
1162
|
guardrail_config: Optional[
|
|
1163
1163
|
UpdateEvalResponseBodyEvalsResponse200ApplicationJSON6GuardrailConfig
|
|
@@ -1852,9 +1852,9 @@ class ResponseBodyFunction(BaseModel):
|
|
|
1852
1852
|
|
|
1853
1853
|
key: str
|
|
1854
1854
|
|
|
1855
|
-
created: Optional[str] = "2026-01-
|
|
1855
|
+
created: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
1856
1856
|
|
|
1857
|
-
updated: Optional[str] = "2026-01-
|
|
1857
|
+
updated: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
1858
1858
|
|
|
1859
1859
|
guardrail_config: Optional[
|
|
1860
1860
|
UpdateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig
|
|
@@ -2029,9 +2029,9 @@ class UpdateEvalResponseBodyPython(BaseModel):
|
|
|
2029
2029
|
|
|
2030
2030
|
key: str
|
|
2031
2031
|
|
|
2032
|
-
created: Optional[str] = "2026-01-
|
|
2032
|
+
created: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
2033
2033
|
|
|
2034
|
-
updated: Optional[str] = "2026-01-
|
|
2034
|
+
updated: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
2035
2035
|
|
|
2036
2036
|
guardrail_config: Optional[
|
|
2037
2037
|
UpdateEvalResponseBodyEvalsResponse200GuardrailConfig
|
|
@@ -2213,9 +2213,9 @@ class UpdateEvalResponseBodyHTTP(BaseModel):
|
|
|
2213
2213
|
|
|
2214
2214
|
key: str
|
|
2215
2215
|
|
|
2216
|
-
created: Optional[str] = "2026-01-
|
|
2216
|
+
created: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
2217
2217
|
|
|
2218
|
-
updated: Optional[str] = "2026-01-
|
|
2218
|
+
updated: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
2219
2219
|
|
|
2220
2220
|
guardrail_config: Optional[UpdateEvalResponseBodyEvalsResponseGuardrailConfig] = (
|
|
2221
2221
|
None
|
|
@@ -2368,9 +2368,9 @@ class UpdateEvalResponseBodyJSON(BaseModel):
|
|
|
2368
2368
|
|
|
2369
2369
|
key: str
|
|
2370
2370
|
|
|
2371
|
-
created: Optional[str] = "2026-01-
|
|
2371
|
+
created: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
2372
2372
|
|
|
2373
|
-
updated: Optional[str] = "2026-01-
|
|
2373
|
+
updated: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
2374
2374
|
|
|
2375
2375
|
guardrail_config: Optional[UpdateEvalResponseBodyEvalsGuardrailConfig] = None
|
|
2376
2376
|
|
|
@@ -2522,9 +2522,9 @@ class UpdateEvalResponseBodyLLM(BaseModel):
|
|
|
2522
2522
|
|
|
2523
2523
|
model: str
|
|
2524
2524
|
|
|
2525
|
-
created: Optional[str] = "2026-01-
|
|
2525
|
+
created: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
2526
2526
|
|
|
2527
|
-
updated: Optional[str] = "2026-01-
|
|
2527
|
+
updated: Optional[str] = "2026-01-28T17:32:28.916Z"
|
|
2528
2528
|
|
|
2529
2529
|
guardrail_config: Optional[UpdateEvalResponseBodyGuardrailConfig] = None
|
|
2530
2530
|
|
|
@@ -194,7 +194,7 @@ class UpdateIdentityResponseBody(BaseModel):
|
|
|
194
194
|
created: Optional[datetime] = None
|
|
195
195
|
r"""The date and time the resource was created"""
|
|
196
196
|
|
|
197
|
-
updated: Optional[datetime] = parse_datetime("2026-01-
|
|
197
|
+
updated: Optional[datetime] = parse_datetime("2026-01-28T17:32:27.237Z")
|
|
198
198
|
r"""The date and time the resource was last updated"""
|
|
199
199
|
|
|
200
200
|
@model_serializer(mode="wrap")
|
|
@@ -259,7 +259,7 @@ class RequestBodyTools(BaseModel):
|
|
|
259
259
|
|
|
260
260
|
schema_: Annotated[UpdateToolRequestBodyToolsSchema, pydantic.Field(alias="schema")]
|
|
261
261
|
|
|
262
|
-
id: Optional[str] = "
|
|
262
|
+
id: Optional[str] = "01KG2TM711FZC82P968F1TY44J"
|
|
263
263
|
|
|
264
264
|
description: Optional[str] = None
|
|
265
265
|
|
|
@@ -1214,7 +1214,7 @@ class UpdateToolResponseBodyCodeExecutionTool(BaseModel):
|
|
|
1214
1214
|
code_tool: UpdateToolResponseBodyCodeTool
|
|
1215
1215
|
|
|
1216
1216
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
1217
|
-
"
|
|
1217
|
+
"tool_01KG2TM70TJV56EQGN48M9XH0R"
|
|
1218
1218
|
)
|
|
1219
1219
|
|
|
1220
1220
|
display_name: Optional[str] = None
|
|
@@ -1345,7 +1345,7 @@ class UpdateToolResponseBodyTools(BaseModel):
|
|
|
1345
1345
|
UpdateToolResponseBodyToolsSchema, pydantic.Field(alias="schema")
|
|
1346
1346
|
]
|
|
1347
1347
|
|
|
1348
|
-
id: Optional[str] = "
|
|
1348
|
+
id: Optional[str] = "01KG2TM70SAV7J8PD4T7F214HW"
|
|
1349
1349
|
|
|
1350
1350
|
description: Optional[str] = None
|
|
1351
1351
|
|
|
@@ -1476,7 +1476,7 @@ class UpdateToolResponseBodyMCPTool(BaseModel):
|
|
|
1476
1476
|
mcp: UpdateToolResponseBodyMcp
|
|
1477
1477
|
|
|
1478
1478
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
1479
|
-
"
|
|
1479
|
+
"tool_01KG2TM70QZVS6X8CR5GHQQV22"
|
|
1480
1480
|
)
|
|
1481
1481
|
|
|
1482
1482
|
display_name: Optional[str] = None
|
|
@@ -1777,7 +1777,7 @@ class UpdateToolResponseBodyHTTPTool(BaseModel):
|
|
|
1777
1777
|
http: UpdateToolResponseBodyHTTP
|
|
1778
1778
|
|
|
1779
1779
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
1780
|
-
"
|
|
1780
|
+
"tool_01KG2TM70MWTHJFBBT8AAF12J7"
|
|
1781
1781
|
)
|
|
1782
1782
|
|
|
1783
1783
|
display_name: Optional[str] = None
|
|
@@ -1972,7 +1972,7 @@ class UpdateToolResponseBodyJSONSchemaTool(BaseModel):
|
|
|
1972
1972
|
json_schema: UpdateToolResponseBodyJSONSchema
|
|
1973
1973
|
|
|
1974
1974
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
1975
|
-
"
|
|
1975
|
+
"tool_01KG2TM70JS68NW2VVY44DEQR1"
|
|
1976
1976
|
)
|
|
1977
1977
|
|
|
1978
1978
|
display_name: Optional[str] = None
|
|
@@ -2171,7 +2171,7 @@ class UpdateToolResponseBodyFunctionTool(BaseModel):
|
|
|
2171
2171
|
function: UpdateToolResponseBodyFunction
|
|
2172
2172
|
|
|
2173
2173
|
id: Annotated[Optional[str], pydantic.Field(alias="_id")] = (
|
|
2174
|
-
"
|
|
2174
|
+
"tool_01KG2TM70GS8GA083HE9YH8YWG"
|
|
2175
2175
|
)
|
|
2176
2176
|
|
|
2177
2177
|
display_name: Optional[str] = None
|