File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ client.prompts.log(
4141 messages = [{" role" : " user" , " content" : " What really happened at Roswell?" }],
4242 inputs = {" person" : " Trump" },
4343 created_at = datetime.datetime.fromisoformat(
44- " 2024-07-18 23 :29:35.178000+00:00" ,
44+ " 2024-07-19 00 :29:35.178000+00:00" ,
4545 ),
4646 provider_latency = 6.5931549072265625 ,
4747 output_message = {
@@ -88,7 +88,7 @@ async def main() -> None:
8888 ],
8989 inputs = {" person" : " Trump" },
9090 created_at = datetime.datetime.fromisoformat(
91- " 2024-07-18 23 :29:35.178000+00:00" ,
91+ " 2024-07-19 00 :29:35.178000+00:00" ,
9292 ),
9393 provider_latency = 6.5931549072265625 ,
9494 output_message = {
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ client.prompts.log(
5656 messages = [{" role" : " user" , " content" : " What really happened at Roswell?" }],
5757 inputs = {" person" : " Trump" },
5858 created_at = datetime.datetime.fromisoformat(
59- " 2024-07-18 23 :29:35.178000+00:00" ,
59+ " 2024-07-19 00 :29:35.178000+00:00" ,
6060 ),
6161 provider_latency = 6.5931549072265625 ,
6262 output_message = {
@@ -6233,10 +6233,10 @@ client.flows.log(
62336233 output = " The patient is likely experiencing a myocardial infarction. Immediate medical attention is required." ,
62346234 trace_status = " incomplete" ,
62356235 start_time = datetime.datetime.fromisoformat(
6236- " 2024-07-08 21 :40:35+00:00" ,
6236+ " 2024-07-08 22 :40:35+00:00" ,
62376237 ),
62386238 end_time = datetime.datetime.fromisoformat(
6239- " 2024-07-08 21 :40:39+00:00" ,
6239+ " 2024-07-08 22 :40:39+00:00" ,
62406240 ),
62416241)
62426242
Original file line number Diff line number Diff line change @@ -193,10 +193,10 @@ def log(
193193 output="The patient is likely experiencing a myocardial infarction. Immediate medical attention is required.",
194194 trace_status="incomplete",
195195 start_time=datetime.datetime.fromisoformat(
196- "2024-07-08 21 :40:35+00:00",
196+ "2024-07-08 22 :40:35+00:00",
197197 ),
198198 end_time=datetime.datetime.fromisoformat(
199- "2024-07-08 21 :40:39+00:00",
199+ "2024-07-08 22 :40:39+00:00",
200200 ),
201201 )
202202 """
@@ -1357,10 +1357,10 @@ async def main() -> None:
13571357 output="The patient is likely experiencing a myocardial infarction. Immediate medical attention is required.",
13581358 trace_status="incomplete",
13591359 start_time=datetime.datetime.fromisoformat(
1360- "2024-07-08 21 :40:35+00:00",
1360+ "2024-07-08 22 :40:35+00:00",
13611361 ),
13621362 end_time=datetime.datetime.fromisoformat(
1363- "2024-07-08 21 :40:39+00:00",
1363+ "2024-07-08 22 :40:39+00:00",
13641364 ),
13651365 )
13661366
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ def log(
232232 messages=[{"role": "user", "content": "What really happened at Roswell?"}],
233233 inputs={"person": "Trump"},
234234 created_at=datetime.datetime.fromisoformat(
235- "2024-07-18 23 :29:35.178000+00:00",
235+ "2024-07-19 00 :29:35.178000+00:00",
236236 ),
237237 provider_latency=6.5931549072265625,
238238 output_message={
@@ -2097,7 +2097,7 @@ async def main() -> None:
20972097 ],
20982098 inputs={"person": "Trump"},
20992099 created_at=datetime.datetime.fromisoformat(
2100- "2024-07-18 23 :29:35.178000+00:00",
2100+ "2024-07-19 00 :29:35.178000+00:00",
21012101 ),
21022102 provider_latency=6.5931549072265625,
21032103 output_message={
You can’t perform that action at this time.
0 commit comments