Interface MessageService
-
- All Implemented Interfaces:
public interface MessageService
-
-
Method Summary
Modifier and Type Method Description abstract ChatCompletionMessageListPagelist(ChatCompletionMessageListParams params, RequestOptions requestOptions)Get the messages in a stored chat completion. abstract ChatCompletionMessageListPagelist(ChatCompletionMessageListParams params)Get the messages in a stored chat completion. -
-
Method Detail
-
list
abstract ChatCompletionMessageListPage list(ChatCompletionMessageListParams params, RequestOptions requestOptions)
Get the messages in a stored chat completion. Only chat completions that have been created with the
storeparameter set totruewill be returned.
-
list
abstract ChatCompletionMessageListPage list(ChatCompletionMessageListParams params)
Get the messages in a stored chat completion. Only chat completions that have been created with the
storeparameter set totruewill be returned.
-
-
-
-