Contents

LanguageModelSession.GenerationError.concurrentRequests(_:)

An error that happens if you attempt to make a session respond to a second prompt while it’s still responding to the first one.

Declaration

case concurrentRequests(LanguageModelSession.GenerationError.Context)

See Also

Generation errors