Post

Replies

Boosts

Views

Activity

Reply to The operation couldn’t be completed. (FoundationModels.LanguageModelSession.GenerationError error 4.)
You try catach the error, like: catch LanguageModelSession.GenerationError.guardrailViolation {...} catch LanguageModelSession.GenerationError.exceededContextWindowSize { ... } catch { answer = error.localizedDescription } If I am not wrong, this is theguardrail violation (prompt too sensitive). Change the prompt.
Jul ’25