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, String beta, 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 AnthropicCreateMessageResponse
AnthropicClient.createMessage
(AnthropicCreateMessageRequest request) abstract void
AnthropicClient.createMessage
(AnthropicCreateMessageRequest request, StreamingResponseHandler<AiMessage> handler) DefaultAnthropicClient.createMessage
(AnthropicCreateMessageRequest request) void
DefaultAnthropicClient.createMessage
(AnthropicCreateMessageRequest request, StreamingResponseHandler<AiMessage> handler)