Contents

LanguageModelSession.GenerationError.decodingFailure(_:)

An error that indicates the session failed to deserialize a valid generable type from model output.

Declaration

case decodingFailure(LanguageModelSession.GenerationError.Context)

Discussion

This can happen if generation was terminated early.

See Also

Generation errors