a2ui-project / a2ui-project/a2ui

Error handling: require handler for abnormal finalization and use the handler in example apps.

Ouverte
#1,860 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
a: api-simplicity component: genui P2 status: first-line-handled
Langage dominant
TypeScript
Étoiles
16.4k
Forks
1.3k
Merge moyen
2 j 13 h
PR mergées (30 j)
134

Description

_↴ Ported from [flutter/genui#740](https://github.com/flutter/genui/issues/740) — originally opened by [polina-c](https://github.com/polina-c) on 2026-02-20._
_Original labels: P2, front-line-handled, a: api-simplicity_

---

Developer of the app should be enforced to handle not-successfull cycle.

## Expected behavior

Normal cycle:
- user sends message
- AI responds with one or more responses. The last response should be marked final by AI.

If something unexpected happened, application should:
1. Show nice message to user
2. Report technical details of the issue to the team via logs or other mechanism, if allowed by user

To make it easy for developer not to miss this handling, SDK should require to provide handler for abnormal finalization.

ai_primitives support finalization communication: https://github.com/flutter/genui/issues/696

dartantic_ai most likely does not support it yet (should we create issue for them?)

In addition, non-critical issues (like not respecting schema or providing not-unique id) should be discoverable and easy communicate for logging and telemetry.

## Actual behaviour

If there are issues, simple chat example shows nothing to user and just logs the issue:

```
flutter: FINE: 2026-02-19 20:58:36.766807: Attempt 4/4 for POST https://generativelanguage.googleapis.com/v1beta/models/gemini-3-flash-preview:streamGenerateContent?alt=sse
flutter: WARNING: 2026-02-19 20:58:36.780738: HTTP error retry exhausted after 3 attempts for POST https://generativelanguage.googleapis.com/v1beta/models/gemini-3-flash-preview:streamGenerateContent?alt=sse: ClientException with SocketException: Connection failed (OS Error: Operation not permitted, errno = 1), address = generativelanguage.googleapis.com, port = 443, uri=https://generativelanguage.googleapis.com/v1beta/models/gemini-3-flash-preview:streamGenerateContent?alt=sse
flutter: FINE: 2026-02-19 20:58:36.781240: Finalizing streaming orchestrator
flutter: SEVERE: 2026-02-19 20:58:36.781372: Error generating content
```

---

### 2 comment(s) from the original issue

**[polina-c](https://github.com/polina-c)** commented on 2026-02-20:

@gspencergoog FYI

---

**[polina-c](https://github.com/polina-c)** commented on 2026-02-21:

The mechanism should work well with failures of all types:
- LLM-request issue
- Parsing issue
- Renderong issue

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

Look at the SDK's error handling in the streaming orchestrator and finalization logic. The example apps likely need to be updated to include a mandatory handler for abnormal finalization. Start by examining the existing chat example to see where errors are currently logged, then find where the SDK enforces or should enforce a handler. Check for related issues about ai_primitives support for finalization communication.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
typescript
Domaine
backend-api-design
Type d'issue
Fonctionnalité
Difficulté
3/5
Temps estimé
1-2 jours
Activité
Calme
Clarté
Plutôt claire
Accessibilité débutants
55/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.