Uses of Class
dev.langchain4j.model.anthropic.internal.client.ParsedAndRawResponse
Packages that use ParsedAndRawResponse
-
Uses of ParsedAndRawResponse in dev.langchain4j.model.anthropic.internal.client
Methods in dev.langchain4j.model.anthropic.internal.client that return ParsedAndRawResponseModifier and TypeMethodDescriptionAnthropicClient.createMessageWithRawResponse(AnthropicCreateMessageRequest request) DefaultAnthropicClient.createMessageWithRawResponse(AnthropicCreateMessageRequest request) Creates a message synchronously and returns both the parsed response and the raw HTTP response.Methods in dev.langchain4j.model.anthropic.internal.client that return types with arguments of type ParsedAndRawResponseModifier and TypeMethodDescriptionAnthropicClient.createMessageWithRawResponseAsync(AnthropicCreateMessageRequest request) Non-blocking counterpart ofAnthropicClient.createMessageWithRawResponse(AnthropicCreateMessageRequest): sends the request without holding a thread while the response is in flight.DefaultAnthropicClient.createMessageWithRawResponseAsync(AnthropicCreateMessageRequest request) Non-blocking counterpart ofDefaultAnthropicClient.createMessageWithRawResponse(AnthropicCreateMessageRequest): issues the request viaHttpClient.executeAsync(HttpRequest)and parses the body once it arrives, without ever parking a thread.