Interface AgentConnectionConfig
- All Known Implementing Classes:
AgentConnectionConfigImpl
public interface AgentConnectionConfig
- Author:
- Prathamesh Mane
-
Method Summary
Modifier and TypeMethodDescriptionAny other connection configuration properties.booleanWhetherauthenticationwas explicitly provided on this config.
-
Method Details
-
getAiVendor
String getAiVendor() -
getAuthentication
AgentConnectionAuthentication getAuthentication() -
isAuthenticationSet
boolean isAuthenticationSet()Whetherauthenticationwas explicitly provided on this config. -
getProperties
Any other connection configuration properties.
-