Skip to content

Commit de398b4

Browse files
chore(internal): fix examples (#361)
1 parent 88977d1 commit de398b4

File tree

2 files changed

+3
-142
lines changed

2 files changed

+3
-142
lines changed

Diff for: .stats.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 95
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-472fe3036ea745365257fe870c0330917fb3153705c2826f49873cd631319b0a.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-32de3bc513663c5fac922c49be41c222b6ee8c0b841d8966bcdfa489d441daa3.yml
33
openapi_spec_hash: ea86343b5e9858a74e85da8ab2c532f6
4-
config_hash: ef19d36c307306f14f2e1cd5c834a151
4+
config_hash: d6c61213488683418adb860a9ee1501b

Diff for: eval_test.go

+1-140
Original file line numberDiff line numberDiff line change
@@ -30,146 +30,7 @@ func TestEvalNewWithOptionalParams(t *testing.T) {
3030
DataSourceConfig: openai.EvalNewParamsDataSourceConfigUnion{
3131
OfCustom: &openai.EvalNewParamsDataSourceConfigCustom{
3232
ItemSchema: map[string]interface{}{
33-
"0": "bar",
34-
"1": "bar",
35-
"2": "bar",
36-
"3": "bar",
37-
"4": "bar",
38-
"5": "bar",
39-
"6": "bar",
40-
"7": "bar",
41-
"8": "bar",
42-
"9": "bar",
43-
"10": "bar",
44-
"11": "bar",
45-
"12": "bar",
46-
"13": "bar",
47-
"14": "bar",
48-
"15": "bar",
49-
"16": "bar",
50-
"17": "bar",
51-
"18": "bar",
52-
"19": "bar",
53-
"20": "bar",
54-
"21": "bar",
55-
"22": "bar",
56-
"23": "bar",
57-
"24": "bar",
58-
"25": "bar",
59-
"26": "bar",
60-
"27": "bar",
61-
"28": "bar",
62-
"29": "bar",
63-
"30": "bar",
64-
"31": "bar",
65-
"32": "bar",
66-
"33": "bar",
67-
"34": "bar",
68-
"35": "bar",
69-
"36": "bar",
70-
"37": "bar",
71-
"38": "bar",
72-
"39": "bar",
73-
"40": "bar",
74-
"41": "bar",
75-
"42": "bar",
76-
"43": "bar",
77-
"44": "bar",
78-
"45": "bar",
79-
"46": "bar",
80-
"47": "bar",
81-
"48": "bar",
82-
"49": "bar",
83-
"50": "bar",
84-
"51": "bar",
85-
"52": "bar",
86-
"53": "bar",
87-
"54": "bar",
88-
"55": "bar",
89-
"56": "bar",
90-
"57": "bar",
91-
"58": "bar",
92-
"59": "bar",
93-
"60": "bar",
94-
"61": "bar",
95-
"62": "bar",
96-
"63": "bar",
97-
"64": "bar",
98-
"65": "bar",
99-
"66": "bar",
100-
"67": "bar",
101-
"68": "bar",
102-
"69": "bar",
103-
"70": "bar",
104-
"71": "bar",
105-
"72": "bar",
106-
"73": "bar",
107-
"74": "bar",
108-
"75": "bar",
109-
"76": "bar",
110-
"77": "bar",
111-
"78": "bar",
112-
"79": "bar",
113-
"80": "bar",
114-
"81": "bar",
115-
"82": "bar",
116-
"83": "bar",
117-
"84": "bar",
118-
"85": "bar",
119-
"86": "bar",
120-
"87": "bar",
121-
"88": "bar",
122-
"89": "bar",
123-
"90": "bar",
124-
"91": "bar",
125-
"92": "bar",
126-
"93": "bar",
127-
"94": "bar",
128-
"95": "bar",
129-
"96": "bar",
130-
"97": "bar",
131-
"98": "bar",
132-
"99": "bar",
133-
"100": "bar",
134-
"101": "bar",
135-
"102": "bar",
136-
"103": "bar",
137-
"104": "bar",
138-
"105": "bar",
139-
"106": "bar",
140-
"107": "bar",
141-
"108": "bar",
142-
"109": "bar",
143-
"110": "bar",
144-
"111": "bar",
145-
"112": "bar",
146-
"113": "bar",
147-
"114": "bar",
148-
"115": "bar",
149-
"116": "bar",
150-
"117": "bar",
151-
"118": "bar",
152-
"119": "bar",
153-
"120": "bar",
154-
"121": "bar",
155-
"122": "bar",
156-
"123": "bar",
157-
"124": "bar",
158-
"125": "bar",
159-
"126": "bar",
160-
"127": "bar",
161-
"128": "bar",
162-
"129": "bar",
163-
"130": "bar",
164-
"131": "bar",
165-
"132": "bar",
166-
"133": "bar",
167-
"134": "bar",
168-
"135": "bar",
169-
"136": "bar",
170-
"137": "bar",
171-
"138": "bar",
172-
"139": "bar",
33+
"foo": "bar",
17334
},
17435
IncludeSampleSchema: openai.Bool(true),
17536
},

0 commit comments

Comments
 (0)