Contents

LanguageModelSession.Error.concurrentRequests

Multiple requests were made to the session concurrently.

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