Uses of Class
org.springframework.ai.bedrock.cohere.BedrockCohereChatOptions.Builder
-
Uses of BedrockCohereChatOptions.Builder in org.springframework.ai.bedrock.cohere
Modifier and TypeMethodDescriptionBedrockCohereChatOptions.builder()
BedrockCohereChatOptions.Builder.withLogitBias
(CohereChatBedrockApi.CohereChatRequest.LogitBias logitBias) BedrockCohereChatOptions.Builder.withMaxTokens
(Integer maxTokens) BedrockCohereChatOptions.Builder.withNumGenerations
(Integer numGenerations) BedrockCohereChatOptions.Builder.withReturnLikelihoods
(CohereChatBedrockApi.CohereChatRequest.ReturnLikelihoods returnLikelihoods) BedrockCohereChatOptions.Builder.withStopSequences
(List<String> stopSequences) BedrockCohereChatOptions.Builder.withTemperature
(Float temperature) BedrockCohereChatOptions.Builder.withTruncate
(CohereChatBedrockApi.CohereChatRequest.Truncate truncate)