You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// [Protocol Method] Returns a paginated collection of run steps belonging to a run.
221
-
/// </summary>
222
-
/// <param name="threadId"> The ID of the thread the run and run steps belong to. </param>
223
-
/// <param name="runId"> The ID of the run the run steps belong to. </param>
224
-
/// <param name="limit">
225
-
/// A limit on the number of objects to be returned. Limit can range between 1 and 100, and the
226
-
/// default is 20.
227
-
/// </param>
228
-
/// <param name="order">
229
-
/// Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`
230
-
/// for descending order. Allowed values: "asc" | "desc"
231
-
/// </param>
232
-
/// <param name="after">
233
-
/// A cursor for use in pagination. `after` is an object ID that defines your place in the list.
234
-
/// For instance, if you make a list request and receive 100 objects, ending with obj_foo, your
235
-
/// subsequent call can include after=obj_foo in order to fetch the next page of the list.
236
-
/// </param>
237
-
/// <param name="before">
238
-
/// A cursor for use in pagination. `before` is an object ID that defines your place in the list.
239
-
/// For instance, if you make a list request and receive 100 objects, ending with obj_foo, your
240
-
/// subsequent call can include before=obj_foo in order to fetch the previous page of the list.
241
-
/// </param>
242
-
/// <param name="options"> The request options, which can override default behaviors of the client pipeline on a per-call basis. </param>
243
-
/// <exception cref="ArgumentNullException"> <paramref name="threadId"/> or <paramref name="runId"/> is null. </exception>
244
-
/// <exception cref="ArgumentException"> <paramref name="threadId"/> or <paramref name="runId"/> is an empty string, and was expected to be non-empty. </exception>
245
-
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
246
-
/// <returns> A collection of service responses, each holding a page of values. </returns>
/// [Protocol Method] Returns a paginated collection of run steps belonging to a run.
257
-
/// </summary>
258
-
/// <param name="threadId"> The ID of the thread the run and run steps belong to. </param>
259
-
/// <param name="runId"> The ID of the run the run steps belong to. </param>
260
-
/// <param name="limit">
261
-
/// A limit on the number of objects to be returned. Limit can range between 1 and 100, and the
262
-
/// default is 20.
263
-
/// </param>
264
-
/// <param name="order">
265
-
/// Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`
266
-
/// for descending order. Allowed values: "asc" | "desc"
267
-
/// </param>
268
-
/// <param name="after">
269
-
/// A cursor for use in pagination. `after` is an object ID that defines your place in the list.
270
-
/// For instance, if you make a list request and receive 100 objects, ending with obj_foo, your
271
-
/// subsequent call can include after=obj_foo in order to fetch the next page of the list.
272
-
/// </param>
273
-
/// <param name="before">
274
-
/// A cursor for use in pagination. `before` is an object ID that defines your place in the list.
275
-
/// For instance, if you make a list request and receive 100 objects, ending with obj_foo, your
276
-
/// subsequent call can include before=obj_foo in order to fetch the previous page of the list.
277
-
/// </param>
278
-
/// <param name="options"> The request options, which can override default behaviors of the client pipeline on a per-call basis. </param>
279
-
/// <exception cref="ArgumentNullException"> <paramref name="threadId"/> or <paramref name="runId"/> is null. </exception>
280
-
/// <exception cref="ArgumentException"> <paramref name="threadId"/> or <paramref name="runId"/> is an empty string, and was expected to be non-empty. </exception>
281
-
/// <exception cref="ClientResultException"> Service returned a non-success status code. </exception>
282
-
/// <returns> A collection of service responses, each holding a page of values. </returns>
0 commit comments