类 BaseModelConfig
java.lang.Object
com.agentsflex.core.model.config.BaseModelConfig
- 所有已实现的接口:
Serializable
- 直接已知子类:
ChatConfig
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean<T> TgetCustomProperty(String key, Class<T> type) getModel()inthashCode()voidputCustomProperty(String key, Object value) voidvoidsetCustomProperties(Map<String, Object> customProperties) voidsetEndpoint(String endpoint) voidvoidsetProvider(String provider) voidsetRequestPath(String requestPath) toString()
-
字段详细资料
-
serialVersionUID
- 另请参阅:
-
provider
-
endpoint
-
requestPath
-
model
-
apiKey
-
customProperties
-
-
构造器详细资料
-
BaseModelConfig
public BaseModelConfig()
-
-
方法详细资料
-
getProvider
-
setProvider
-
getEndpoint
-
setEndpoint
-
getRequestPath
-
setRequestPath
-
getModel
-
setModel
-
getApiKey
-
setApiKey
-
getCustomProperties
-
setCustomProperties
-
putCustomProperty
-
getCustomProperty
-
getCustomPropertyString
-
getFullUrl
-
toString
-
equals
-
hashCode
-