Class RunServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.threads.RunService.WithRawResponse
public final class RunServiceImpl.WithRawResponseImpl implements RunService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description StepService.WithRawResponse
steps()
HttpResponseFor<Run>
create(BetaThreadRunCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /threads/{thread_id}/runs
, but is otherwise the same as RunService.create.HttpResponseFor<StreamResponse<AssistantStreamEvent>>
createStreaming(BetaThreadRunCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /threads/{thread_id}/runs
, but is otherwise the same as RunService.createStreaming.HttpResponseFor<Run>
retrieve(BetaThreadRunRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for get /threads/{thread_id}/runs/{run_id}
, but is otherwise the same as RunService.retrieve.HttpResponseFor<Run>
update(BetaThreadRunUpdateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /threads/{thread_id}/runs/{run_id}
, but is otherwise the same as RunService.update.HttpResponseFor<BetaThreadRunListPage>
list(BetaThreadRunListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for get /threads/{thread_id}/runs
, but is otherwise the same as RunService.list.HttpResponseFor<Run>
cancel(BetaThreadRunCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /threads/{thread_id}/runs/{run_id}/cancel
, but is otherwise the same as RunService.cancel.HttpResponseFor<Run>
submitToolOutputs(BetaThreadRunSubmitToolOutputsParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /threads/{thread_id}/runs/{run_id}/submit_tool_outputs
, but is otherwise the same as RunService.submitToolOutputs.HttpResponseFor<StreamResponse<AssistantStreamEvent>>
submitToolOutputsStreaming(BetaThreadRunSubmitToolOutputsParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /threads/{thread_id}/runs/{run_id}/submit_tool_outputs
, but is otherwise the same as RunService.submitToolOutputsStreaming.-
-
Method Detail
-
steps
StepService.WithRawResponse steps()
-
create
HttpResponseFor<Run> create(BetaThreadRunCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /threads/{thread_id}/runs
, but is otherwise the same as RunService.create.
-
createStreaming
HttpResponseFor<StreamResponse<AssistantStreamEvent>> createStreaming(BetaThreadRunCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /threads/{thread_id}/runs
, but is otherwise the same as RunService.createStreaming.
-
retrieve
HttpResponseFor<Run> retrieve(BetaThreadRunRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /threads/{thread_id}/runs/{run_id}
, but is otherwise the same as RunService.retrieve.
-
update
HttpResponseFor<Run> update(BetaThreadRunUpdateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /threads/{thread_id}/runs/{run_id}
, but is otherwise the same as RunService.update.
-
list
HttpResponseFor<BetaThreadRunListPage> list(BetaThreadRunListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /threads/{thread_id}/runs
, but is otherwise the same as RunService.list.
-
cancel
HttpResponseFor<Run> cancel(BetaThreadRunCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /threads/{thread_id}/runs/{run_id}/cancel
, but is otherwise the same as RunService.cancel.
-
submitToolOutputs
HttpResponseFor<Run> submitToolOutputs(BetaThreadRunSubmitToolOutputsParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /threads/{thread_id}/runs/{run_id}/submit_tool_outputs
, but is otherwise the same as RunService.submitToolOutputs.
-
submitToolOutputsStreaming
HttpResponseFor<StreamResponse<AssistantStreamEvent>> submitToolOutputsStreaming(BetaThreadRunSubmitToolOutputsParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /threads/{thread_id}/runs/{run_id}/submit_tool_outputs
, but is otherwise the same as RunService.submitToolOutputsStreaming.
-
-
-
-