Class AssistantServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.beta.AssistantService
public final class AssistantServiceImpl implements AssistantService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
AssistantServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AssistantService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. Assistant
create(BetaAssistantCreateParams params, RequestOptions requestOptions)
Create an assistant with a model and instructions. Assistant
retrieve(BetaAssistantRetrieveParams params, RequestOptions requestOptions)
Retrieves an assistant. Assistant
update(BetaAssistantUpdateParams params, RequestOptions requestOptions)
Modifies an assistant. BetaAssistantListPage
list(BetaAssistantListParams params, RequestOptions requestOptions)
Returns a list of assistants. AssistantDeleted
delete(BetaAssistantDeleteParams params, RequestOptions requestOptions)
Delete an assistant. -
-
Method Detail
-
withRawResponse
AssistantService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
Assistant create(BetaAssistantCreateParams params, RequestOptions requestOptions)
Create an assistant with a model and instructions.
-
retrieve
Assistant retrieve(BetaAssistantRetrieveParams params, RequestOptions requestOptions)
Retrieves an assistant.
-
update
Assistant update(BetaAssistantUpdateParams params, RequestOptions requestOptions)
Modifies an assistant.
-
list
BetaAssistantListPage list(BetaAssistantListParams params, RequestOptions requestOptions)
Returns a list of assistants.
-
delete
AssistantDeleted delete(BetaAssistantDeleteParams params, RequestOptions requestOptions)
Delete an assistant.
-
-
-
-