@@ -149,16 +149,29 @@ Methods:
149
149
150
150
Types:
151
151
152
- - <code ><a href =" ./src/resources/fine-tuning/jobs.ts " >FineTuningJob</a ></code >
153
- - <code ><a href =" ./src/resources/fine-tuning/jobs.ts " >FineTuningJobEvent</a ></code >
152
+ - <code ><a href =" ./src/resources/fine-tuning/jobs/jobs.ts " >FineTuningJob</a ></code >
153
+ - <code ><a href =" ./src/resources/fine-tuning/jobs/jobs.ts " >FineTuningJobEvent</a ></code >
154
+ - <code ><a href =" ./src/resources/fine-tuning/jobs/jobs.ts " >FineTuningJobIntegration</a ></code >
155
+ - <code ><a href =" ./src/resources/fine-tuning/jobs/jobs.ts " >FineTuningJobWandbIntegration</a ></code >
156
+ - <code ><a href =" ./src/resources/fine-tuning/jobs/jobs.ts " >FineTuningJobWandbIntegrationObject</a ></code >
154
157
155
158
Methods:
156
159
157
- - <code title =" post /fine_tuning/jobs " >client.fineTuning.jobs.<a href =" ./src/resources/fine-tuning/jobs.ts " >create</a >({ ...params }) -> FineTuningJob</code >
158
- - <code title =" get /fine_tuning/jobs/{fine_tuning_job_id} " >client.fineTuning.jobs.<a href =" ./src/resources/fine-tuning/jobs.ts " >retrieve</a >(fineTuningJobId) -> FineTuningJob</code >
159
- - <code title =" get /fine_tuning/jobs " >client.fineTuning.jobs.<a href =" ./src/resources/fine-tuning/jobs.ts " >list</a >({ ...params }) -> FineTuningJobsPage</code >
160
- - <code title =" post /fine_tuning/jobs/{fine_tuning_job_id}/cancel " >client.fineTuning.jobs.<a href =" ./src/resources/fine-tuning/jobs.ts " >cancel</a >(fineTuningJobId) -> FineTuningJob</code >
161
- - <code title =" get /fine_tuning/jobs/{fine_tuning_job_id}/events " >client.fineTuning.jobs.<a href =" ./src/resources/fine-tuning/jobs.ts " >listEvents</a >(fineTuningJobId, { ...params }) -> FineTuningJobEventsPage</code >
160
+ - <code title =" post /fine_tuning/jobs " >client.fineTuning.jobs.<a href =" ./src/resources/fine-tuning/jobs/jobs.ts " >create</a >({ ...params }) -> FineTuningJob</code >
161
+ - <code title =" get /fine_tuning/jobs/{fine_tuning_job_id} " >client.fineTuning.jobs.<a href =" ./src/resources/fine-tuning/jobs/jobs.ts " >retrieve</a >(fineTuningJobId) -> FineTuningJob</code >
162
+ - <code title =" get /fine_tuning/jobs " >client.fineTuning.jobs.<a href =" ./src/resources/fine-tuning/jobs/jobs.ts " >list</a >({ ...params }) -> FineTuningJobsPage</code >
163
+ - <code title =" post /fine_tuning/jobs/{fine_tuning_job_id}/cancel " >client.fineTuning.jobs.<a href =" ./src/resources/fine-tuning/jobs/jobs.ts " >cancel</a >(fineTuningJobId) -> FineTuningJob</code >
164
+ - <code title =" get /fine_tuning/jobs/{fine_tuning_job_id}/events " >client.fineTuning.jobs.<a href =" ./src/resources/fine-tuning/jobs/jobs.ts " >listEvents</a >(fineTuningJobId, { ...params }) -> FineTuningJobEventsPage</code >
165
+
166
+ ### Checkpoints
167
+
168
+ Types:
169
+
170
+ - <code ><a href =" ./src/resources/fine-tuning/jobs/checkpoints.ts " >FineTuningJobCheckpoint</a ></code >
171
+
172
+ Methods:
173
+
174
+ - <code title =" get /fine_tuning/jobs/{fine_tuning_job_id}/checkpoints " >client.fineTuning.jobs.checkpoints.<a href =" ./src/resources/fine-tuning/jobs/checkpoints.ts " >list</a >(fineTuningJobId, { ...params }) -> FineTuningJobCheckpointsPage</code >
162
175
163
176
# Beta
164
177
@@ -214,6 +227,11 @@ Methods:
214
227
215
228
Types:
216
229
230
+ - <code ><a href =" ./src/resources/beta/threads/threads.ts " >AssistantResponseFormat</a ></code >
231
+ - <code ><a href =" ./src/resources/beta/threads/threads.ts " >AssistantResponseFormatOption</a ></code >
232
+ - <code ><a href =" ./src/resources/beta/threads/threads.ts " >AssistantToolChoice</a ></code >
233
+ - <code ><a href =" ./src/resources/beta/threads/threads.ts " >AssistantToolChoiceFunction</a ></code >
234
+ - <code ><a href =" ./src/resources/beta/threads/threads.ts " >AssistantToolChoiceOption</a ></code >
217
235
- <code ><a href =" ./src/resources/beta/threads/threads.ts " >Thread</a ></code >
218
236
- <code ><a href =" ./src/resources/beta/threads/threads.ts " >ThreadDeleted</a ></code >
219
237
0 commit comments