io.cequence.openaiscala.service.CloseableService.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openai-scala-core_3 Show documentation
Show all versions of openai-scala-core_3 Show documentation
Core module of OpenAI Scala client
package io.cequence.openaiscala.service
trait CloseableService {
/**
* Closes the underlying ws client, and releases all its resources.
*/
def close(): Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy