Contents

LanguageModelSession.GenerationError.rateLimited(_:)

An error that indicates your session has been rate limited.

Declaration

case rateLimited(LanguageModelSession.GenerationError.Context)

Discussion

This error will only happen if your app is running in the background and exceeds the system defined rate limit.

See Also

Generation errors