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 AnthropicCreateMessageResponseModifier and TypeMethodDescriptionAnthropicCreateMessageResponse.Builder.build()Builds theAnthropicCreateMessageResponseinstance. -
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) Creates a message synchronously using the Anthropic API.ParsedAndRawResponse.parsedResponse()Constructors in dev.langchain4j.model.anthropic.internal.client with parameters of type AnthropicCreateMessageResponseModifierConstructorDescriptionParsedAndRawResponse(AnthropicCreateMessageResponse parsedResponse, SuccessfulHttpResponse rawResponse)