Delta could be empty string. And [there](https://github.com/ag-ui-protocol/ag-ui/blob/main/integrations/adk-middleware/python/src/ag_ui_adk/event_translator.py#L382) is a check for this scenario But [previously](https://github.com/ag-ui-protocol/ag-ui/blob/main/integrations/adk-middleware/python/src/ag_ui_adk/event_translator.py#L347) TextMessageContentEvent requires non-empty string and there is no filter for that. So pydentic error is raised Empty text is used for stream event, e.g. finish_reason=<FinishReason.STOP: 'STOP'> So this is a valid event.