Class BedrockCohereChatProperties
java.lang.Object
org.springframework.ai.autoconfigure.bedrock.cohere.BedrockCohereChatProperties
@ConfigurationProperties("spring.ai.bedrock.cohere.chat")
public class BedrockCohereChatProperties
extends Object
Bedrock Cohere Chat autoconfiguration properties.
- Since:
- 0.8.0
- Author:
- Christian Tzolov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()
boolean
void
setEnabled
(boolean enabled) void
void
setOptions
(BedrockCohereChatOptions options)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
BedrockCohereChatProperties
public BedrockCohereChatProperties()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getModel
-
setModel
-
getOptions
-
setOptions
-