Class AzureOpenAiChatProperties
java.lang.Object
org.springframework.ai.autoconfigure.azure.openai.AzureOpenAiChatProperties
@ConfigurationProperties("spring.ai.azure.openai.chat")
public class AzureOpenAiChatProperties
extends Object
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setEnabled
(boolean enabled) void
setOptions
(AzureOpenAiChatOptions options)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
DEFAULT_DEPLOYMENT_NAME
- See Also:
-
-
Constructor Details
-
AzureOpenAiChatProperties
public AzureOpenAiChatProperties()
-
-
Method Details
-
getOptions
-
setOptions
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled)
-