ProviderId
org.llm4s.types.ProviderModelTypes.ProviderId
object ProviderId
Companion for the ProviderId opaque type.
The asString extension lives here rather than alongside the other as* extensions above because every newtype in this object erases to String: a second asString at that level would be a double definition after erasure. Companion-scoped extensions are found through the opaque type's implicit scope, so id.asString resolves without an extra import.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ProviderId.type
Members list
In this article