Credential

data class Credential(val credential: ProviderCredential) : RoleResolution

A provider key. The platform looks the role up for that provider and builds the service through a CredentialLlmServiceFactory, caching it.

Constructors

Link copied to clipboard
constructor(credential: ProviderCredential)

Properties

Link copied to clipboard