MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / AIGenerationError

Class AIGenerationError

backend/src/ai_models/gemini/exceptions.py:1–4  ·  view source on GitHub ↗

Exception raised when AI generation fails.

Source from the content-addressed store, hash-verified

1class AIGenerationError(Exception):
2 """Exception raised when AI generation fails."""
3
4 pass

Callers 4

generate_ai_collectionFunction · 0.90
generate_ai_flashcardFunction · 0.90
run_modelMethod · 0.85

Calls

no outgoing calls