Package com.microsoft.semantickernel
Class SemanticKernelHttpSettings
- java.lang.Object
-
- com.microsoft.semantickernel.SemanticKernelHttpSettings
-
public class SemanticKernelHttpSettings extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_USER_AGENT
-
Constructor Summary
Constructors Constructor Description SemanticKernelHttpSettings()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.azure.core.util.ClientOptionsgetUserAgent()static com.azure.core.util.ClientOptionsgetUserAgent(Map<String,String> configuredSettings)
-
-
-
Field Detail
-
DEFAULT_USER_AGENT
public static final String DEFAULT_USER_AGENT
- See Also:
- Constant Field Values
-
-