Interface AgentConnectionConfig

All Known Implementing Classes:
AgentConnectionConfigImpl

public interface AgentConnectionConfig
Author:
Prathamesh Mane
  • Method Details

    • getAiVendor

      String getAiVendor()
    • getAuthentication

      AgentConnectionAuthentication getAuthentication()
    • isAuthenticationSet

      boolean isAuthenticationSet()
      Whether authentication was explicitly provided on this config.
    • getProperties

      Map<String,Object> getProperties()
      Any other connection configuration properties.