export type PatchedLLMCredentialRequest = { /** * Name of the credential provider */ name?: string; /** * Value of the credential provider */ value?: any; /** * Key of the tenant */ platform?: string; };