Skip to content

Commit 2e1c668

Browse files
Krishna ChandraKrishna Chandra
authored andcommitted
fix: revert formatting changes
1 parent 12f6203 commit 2e1c668

1 file changed

Lines changed: 38 additions & 38 deletions

File tree

openapi.yaml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -5496,7 +5496,7 @@ paths:
54965496
}
54975497

54985498
main();
5499-
x-example-response: &list_assistants_example |
5499+
response: &list_assistants_example |
55005500
{
55015501
"object": "list",
55025502
"data": [
@@ -5635,7 +5635,7 @@ paths:
56355635
}
56365636

56375637
main();
5638-
x-example-response: &create_assistants_example |
5638+
response: &create_assistants_example |
56395639
{
56405640
"id": "asst_abc123",
56415641
"object": "assistant",
@@ -5726,7 +5726,7 @@ paths:
57265726
}
57275727

57285728
main();
5729-
x-example-response: |
5729+
response: |
57305730
{
57315731
"id": "asst_abc123",
57325732
"object": "assistant",
@@ -5840,7 +5840,7 @@ paths:
58405840
}
58415841

58425842
main();
5843-
x-example-response: |
5843+
response: |
58445844
{
58455845
"id": "asst_123",
58465846
"object": "assistant",
@@ -5932,7 +5932,7 @@ paths:
59325932
console.log(response);
59335933
}
59345934
main();
5935-
x-example-response: |
5935+
response: |
59365936
{
59375937
"id": "asst_abc123",
59385938
"object": "assistant.deleted",
@@ -6181,7 +6181,7 @@ paths:
61816181
}
61826182

61836183
main();
6184-
x-example-response: |
6184+
response: |
61856185
{
61866186
"id": "thread_abc123",
61876187
"object": "thread",
@@ -6262,7 +6262,7 @@ paths:
62626262
}
62636263

62646264
main();
6265-
x-example-response: |
6265+
response: |
62666266
{
62676267
"id": "thread_abc123",
62686268
"object": "thread",
@@ -6365,7 +6365,7 @@ paths:
63656365
}
63666366

63676367
main();
6368-
x-example-response: |
6368+
response: |
63696369
{
63706370
"id": "thread_abc123",
63716371
"object": "thread",
@@ -6444,7 +6444,7 @@ paths:
64446444
console.log(response);
64456445
}
64466446
main();
6447-
x-example-response: |
6447+
response: |
64486448
{
64496449
"id": "thread_abc123",
64506450
"object": "thread.deleted",
@@ -6553,7 +6553,7 @@ paths:
65536553
}
65546554

65556555
main();
6556-
x-example-response: |
6556+
response: |
65576557
{
65586558
"object": "list",
65596559
"data": [
@@ -6687,7 +6687,7 @@ paths:
66876687
}
66886688

66896689
main();
6690-
x-example-response: |
6690+
response: |
66916691
{
66926692
"id": "msg_abc123",
66936693
"object": "thread.message",
@@ -6791,7 +6791,7 @@ paths:
67916791
}
67926792

67936793
main();
6794-
x-example-response: |
6794+
response: |
67956795
{
67966796
"id": "msg_abc123",
67976797
"object": "thread.message",
@@ -6909,7 +6909,7 @@ paths:
69096909
},
69106910
}
69116911
}'
6912-
x-example-response: |
6912+
response: |
69136913
{
69146914
"id": "msg_abc123",
69156915
"object": "thread.message",
@@ -7011,7 +7011,7 @@ paths:
70117011

70127012
console.log(deletedMessage);
70137013
}
7014-
x-example-response: |
7014+
response: |
70157015
{
70167016
"id": "msg_abc123",
70177017
"object": "thread.message.deleted",
@@ -7110,7 +7110,7 @@ paths:
71107110
}
71117111

71127112
main();
7113-
x-example-response: |
7113+
response: |
71147114
{
71157115
"id": "run_abc123",
71167116
"object": "thread.run",
@@ -7244,7 +7244,7 @@ paths:
72447244
}
72457245

72467246
main();
7247-
x-example-response: |
7247+
response: |
72487248
{
72497249
"object": "list",
72507250
"data": [
@@ -7431,7 +7431,7 @@ paths:
74317431
}
74327432

74337433
main();
7434-
x-example-response: &run_object_example |
7434+
response: &run_object_example |
74357435
{
74367436
"id": "run_abc123",
74377437
"object": "thread.run",
@@ -7550,7 +7550,7 @@ paths:
75507550
}
75517551

75527552
main();
7553-
x-example-response: |
7553+
response: |
75547554
{
75557555
"id": "run_abc123",
75567556
"object": "thread.run",
@@ -7688,7 +7688,7 @@ paths:
76887688
}
76897689

76907690
main();
7691-
x-example-response: |
7691+
response: |
76927692
{
76937693
"id": "run_abc123",
76947694
"object": "thread.run",
@@ -7851,7 +7851,7 @@ paths:
78517851
}
78527852

78537853
main();
7854-
x-example-response: |
7854+
response: |
78557855
{
78567856
"id": "run_123",
78577857
"object": "thread.run",
@@ -7988,7 +7988,7 @@ paths:
79887988
}
79897989

79907990
main();
7991-
x-example-response: |
7991+
response: |
79927992
{
79937993
"id": "run_abc123",
79947994
"object": "thread.run",
@@ -8129,7 +8129,7 @@ paths:
81298129
}
81308130

81318131
main();
8132-
x-example-response: |
8132+
response: |
81338133
{
81348134
"object": "list",
81358135
"data": [
@@ -8255,7 +8255,7 @@ paths:
82558255
}
82568256

82578257
main();
8258-
x-example-response: &run_step_object_example |
8258+
response: &run_step_object_example |
82598259
{
82608260
"id": "step_abc123",
82618261
"object": "thread.run.step",
@@ -8369,7 +8369,7 @@ paths:
83698369
}
83708370

83718371
main();
8372-
x-example-response: |
8372+
response: |
83738373
{
83748374
"object": "list",
83758375
"data": [
@@ -8479,7 +8479,7 @@ paths:
84798479
}
84808480

84818481
main();
8482-
x-example-response: |
8482+
response: |
84838483
{
84848484
"id": "vs_abc123",
84858485
"object": "vector_store",
@@ -8567,7 +8567,7 @@ paths:
85678567
}
85688568

85698569
main();
8570-
x-example-response: |
8570+
response: |
85718571
{
85728572
"id": "vs_abc123",
85738573
"object": "vector_store",
@@ -8657,7 +8657,7 @@ paths:
86578657
}
86588658

86598659
main();
8660-
x-example-response: |
8660+
response: |
86618661
{
86628662
"id": "vs_abc123",
86638663
"object": "vector_store",
@@ -8745,7 +8745,7 @@ paths:
87458745
}
87468746

87478747
main();
8748-
x-example-response: |
8748+
response: |
87498749
{
87508750
"id": "vs_abc123",
87518751
"object": "vector_store.deleted",
@@ -8854,7 +8854,7 @@ paths:
88548854
}
88558855

88568856
main();
8857-
x-example-response: |
8857+
response: |
88588858
{
88598859
"object": "list",
88608860
"data": [
@@ -8961,7 +8961,7 @@ paths:
89618961
}
89628962

89638963
main();
8964-
x-example-response: |
8964+
response: |
89658965
{
89668966
"id": "file-abc123",
89678967
"object": "vector_store.file",
@@ -9054,7 +9054,7 @@ paths:
90549054
}
90559055

90569056
main();
9057-
x-example-response: |
9057+
response: |
90589058
{
90599059
"id": "file-abc123",
90609060
"object": "vector_store.file",
@@ -9143,7 +9143,7 @@ paths:
91439143
}
91449144

91459145
main();
9146-
x-example-response: |
9146+
response: |
91479147
{
91489148
"id": "file-abc123",
91499149
"object": "vector_store.file.deleted",
@@ -9237,7 +9237,7 @@ paths:
92379237
}
92389238

92399239
main();
9240-
x-example-response: |
9240+
response: |
92419241
{
92429242
"id": "vsfb_abc123",
92439243
"object": "vector_store.file_batch",
@@ -9335,7 +9335,7 @@ paths:
93359335
}
93369336

93379337
main();
9338-
x-example-response: |
9338+
response: |
93399339
{
93409340
"id": "vsfb_abc123",
93419341
"object": "vector_store.file_batch",
@@ -9432,7 +9432,7 @@ paths:
94329432
}
94339433

94349434
main();
9435-
x-example-response: |
9435+
response: |
94369436
{
94379437
"id": "vsfb_abc123",
94389438
"object": "vector_store.file_batch",
@@ -9558,7 +9558,7 @@ paths:
95589558
}
95599559

95609560
main();
9561-
x-example-response: |
9561+
response: |
95629562
{
95639563
"object": "list",
95649564
"data": [
@@ -20734,7 +20734,7 @@ paths:
2073420734
operands:
2073520735
- value: cache_read_tokens
2073620736
- value: rates.cache_read_input_token
20737-
x-example-response:
20737+
response:
2073820738
operation: multiply
2073920739
operands:
2074020740
- value: output_tokens
@@ -20765,7 +20765,7 @@ paths:
2076520765
operands:
2076620766
- value: input_tokens
2076720767
- value: rates.request_token
20768-
x-example-response:
20768+
response:
2076920769
operation: multiply
2077020770
operands:
2077120771
- value: output_tokens

0 commit comments

Comments
 (0)