Class ParsedAndRawResponse
java.lang.Object
dev.langchain4j.model.anthropic.internal.client.ParsedAndRawResponse
- Since:
- 1.10.0
-
Constructor Summary
ConstructorsConstructorDescriptionParsedAndRawResponse(AnthropicCreateMessageResponse parsedResponse, dev.langchain4j.http.client.SuccessfulHttpResponse rawResponse) -
Method Summary
Modifier and TypeMethodDescriptiondev.langchain4j.http.client.SuccessfulHttpResponse
-
Constructor Details
-
ParsedAndRawResponse
public ParsedAndRawResponse(AnthropicCreateMessageResponse parsedResponse, dev.langchain4j.http.client.SuccessfulHttpResponse rawResponse)
-
-
Method Details
-
parsedResponse
-
rawResponse
public dev.langchain4j.http.client.SuccessfulHttpResponse rawResponse()
-