Contents

LanguageModelSession.Error.concurrentRequests

The session received multiple concurrent requests.

Declaration

case concurrentRequests

Discussion

A language model session only supports one request at a time. Wait for the current request to complete before starting another.

See Also

Getting the session errors