Package com.axemble.vdoc.sdk.ai.agents
Interface ILanguageModelConnection
public interface ILanguageModelConnection
Interface for language model connection configuration
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the API key name for the language model APIGet the authorization value for the language model APIendpoint()Get the endpoint for the language model APIGet the model format for the language model APIGet the model format parameters for the language model APIGet the model name for the language model API
-
Method Details
-
endpoint
String endpoint()Get the endpoint for the language model API- Returns:
- the endpoint
-
modelName
String modelName()Get the model name for the language model API- Returns:
- the model name
-
apiKeyName
String apiKeyName()Get the API key name for the language model API- Returns:
- the API key name
-
authorizationValue
String authorizationValue()Get the authorization value for the language model API- Returns:
- the authorization value
-
modelFormat
String modelFormat()Get the model format for the language model API- Returns:
- the model format
-
modelFormatParameters
Properties modelFormatParameters()Get the model format parameters for the language model API- Returns:
- the model format parameters
-