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 classAssistantServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AssistantService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. Assistantcreate(BetaAssistantCreateParams params, RequestOptions requestOptions)Create an assistant with a model and instructions. Assistantretrieve(BetaAssistantRetrieveParams params, RequestOptions requestOptions)Retrieves an assistant. Assistantupdate(BetaAssistantUpdateParams params, RequestOptions requestOptions)Modifies an assistant. BetaAssistantListPagelist(BetaAssistantListParams params, RequestOptions requestOptions)Returns a list of assistants. AssistantDeleteddelete(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.
-
-
-
-