Uses of Class
dev.langchain4j.model.anthropic.internal.api.AnthropicCreateMessageResponse
Packages that use AnthropicCreateMessageResponse
Package
Description
-
Uses of AnthropicCreateMessageResponse in dev.langchain4j.model.anthropic.internal.api
Methods in dev.langchain4j.model.anthropic.internal.api that return types with arguments of type AnthropicCreateMessageResponseModifier and TypeMethodDescriptionretrofit2.Call<AnthropicCreateMessageResponse> AnthropicApi.createMessage(String apiKey, String version, String beta, AnthropicCreateMessageRequest request) -
Uses of AnthropicCreateMessageResponse in dev.langchain4j.model.anthropic.internal.client
Methods in dev.langchain4j.model.anthropic.internal.client that return AnthropicCreateMessageResponseModifier and TypeMethodDescriptionabstract AnthropicCreateMessageResponseAnthropicClient.createMessage(AnthropicCreateMessageRequest request) DefaultAnthropicClient.createMessage(AnthropicCreateMessageRequest request)