Uses of Class
dev.langchain4j.model.anthropic.internal.api.AnthropicCreateMessageRequest
Packages that use AnthropicCreateMessageRequest
Package
Description
-
Uses of AnthropicCreateMessageRequest in dev.langchain4j.model.anthropic.internal.api
Methods in dev.langchain4j.model.anthropic.internal.api with parameters of type AnthropicCreateMessageRequestModifier and TypeMethodDescriptionretrofit2.Call<AnthropicCreateMessageResponse> AnthropicApi.createMessage(String apiKey, String version, String beta, AnthropicCreateMessageRequest request) retrofit2.Call<okhttp3.ResponseBody> AnthropicApi.streamMessage(String apiKey, String version, AnthropicCreateMessageRequest request) -
Uses of AnthropicCreateMessageRequest in dev.langchain4j.model.anthropic.internal.client
Methods in dev.langchain4j.model.anthropic.internal.client with parameters of type AnthropicCreateMessageRequestModifier and TypeMethodDescriptionabstract AnthropicCreateMessageResponseAnthropicClient.createMessage(AnthropicCreateMessageRequest request) abstract voidAnthropicClient.createMessage(AnthropicCreateMessageRequest request, dev.langchain4j.model.StreamingResponseHandler<dev.langchain4j.data.message.AiMessage> handler) DefaultAnthropicClient.createMessage(AnthropicCreateMessageRequest request) voidDefaultAnthropicClient.createMessage(AnthropicCreateMessageRequest request, dev.langchain4j.model.StreamingResponseHandler<dev.langchain4j.data.message.AiMessage> handler)