Class AnthropicRequest
java.lang.Object
dev.langchain4j.model.vertexai.anthropic.internal.api.AnthropicRequest
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionAnthropicRequest(List<AnthropicMessage> messages, List<AnthropicSystemMessage> system, Integer maxTokens, List<String> stopSequences, Boolean stream, Double temperature, Double topP, Integer topK, List<AnthropicTool> tools, AnthropicToolChoice toolChoice) -
Method Summary
-
Field Details
-
anthropicVersion
-
messages
-
system
-
maxTokens
-
stopSequences
-
stream
-
temperature
-
topP
-
topK
-
tools
-
toolChoice
-
-
Constructor Details
-
AnthropicRequest
public AnthropicRequest() -
AnthropicRequest
public AnthropicRequest(List<AnthropicMessage> messages, List<AnthropicSystemMessage> system, Integer maxTokens, List<String> stopSequences, Boolean stream, Double temperature, Double topP, Integer topK, List<AnthropicTool> tools, AnthropicToolChoice toolChoice)
-