Uses of Class
dev.langchain4j.model.anthropic.internal.api.AnthropicCreateMessageResponse
Package
Description
-
Uses of AnthropicCreateMessageResponse in dev.langchain4j.model.anthropic.internal.api
Modifier and TypeMethodDescriptionretrofit2.Call
<AnthropicCreateMessageResponse> AnthropicApi.createMessage
(String apiKey, String version, String beta, AnthropicCreateMessageRequest request) -
Uses of AnthropicCreateMessageResponse in dev.langchain4j.model.anthropic.internal.client
Modifier and TypeMethodDescriptionabstract AnthropicCreateMessageResponse
AnthropicClient.createMessage
(AnthropicCreateMessageRequest request) DefaultAnthropicClient.createMessage
(AnthropicCreateMessageRequest request)