Systema AIClient
Functions
Link copied to clipboard
suspend fun initialize( clientID: String, apiKey: String = "NOT_REQUIRED", environment: EnvironmentType = EnvironmentType.DEV, logLevel: SystemaLogLevel = SystemaLogLevel.INFO, proxyUrls: Map<EndpointType, String> = mapOf(), meta: Map<String, Any> = mapOf(), context: Context): SystemaAI
Content copied to clipboard
fun initialize( clientID: String, apiKey: String = "NOT_REQUIRED", environment: EnvironmentType = EnvironmentType.DEV, logLevel: SystemaLogLevel = SystemaLogLevel.INFO, proxyUrls: Map<EndpointType, String> = mapOf(), meta: Map<String, Any> = mapOf(), context: Context, result: (Result<SystemaAI>) -> Unit)
Content copied to clipboard