Contents

LanguageModelError.contextSizeExceeded(_:)

The session’s transcript exceeded the model’s context size.

Declaration

case contextSizeExceeded(LanguageModelError.ContextSizeExceeded)

Mentioned in

Discussion

You can recover from this error by removing entries from the transcript and trying again.

For more information on managing the context window size, see Managing the context window.

See Also

Exceeded context size error