Interface AgentDefinitionModel.AgentModelSettings
- All Known Implementing Classes:
AgentConnectionAgentModelSettings, AnthropicAgentModelSettings, AzureOpenAiAgentModelSettings, BaseAgentModelSettings, OpenAiAgentModelSettings
- Enclosing interface:
AgentDefinitionModel
public static interface AgentDefinitionModel.AgentModelSettings
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.boolean
-
Method Details
-
getAiVendor
String getAiVendor() -
getTemperature
Double getTemperature() -
getApiKey
AgentDefinitionModel.Credentials getApiKey() -
getSupportedMimeTypes
Deprecated. -
isDisableStructuredOutput
boolean isDisableStructuredOutput() -
getCustomHeaders
List<AgentDefinitionModel.CustomHeader> getCustomHeaders()
-