ProviderModuleReport
org.llm4s.llmconnect.spi.ProviderModuleReport
final case class ProviderModuleReport(moduleClass: String, providerIds: Seq[String], source: Option[String])
One Llm4sProviderModule that classpath discovery loaded.
Value parameters
- moduleClass
-
fully-qualified name of the module class.
- providerIds
-
the provider ids it contributed, in canonical spelling.
- source
-
where the class was loaded from (a jar URL or a directory), when the JVM can say.
Nonefor a class with no code source, which is normal under some class loaders.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article