Zhuoxi2000 commented on issue #1059: URL: https://github.com/apache/flink-agents/issues/1059#issuecomment-5748172932
Quick update on Phase 1 (#1060): I folded the Event Log media redaction into this PR based on the review feedback. ContentBlock and MediaSource now provide their own log-safe representation through sanitize(), and the Event Log uses a dedicated ChatMessage serializer so raw payloads and unsanitized URLs don't get logged. The media payload is also now modeled as a typed MediaSource (Base64Source / UrlSource), which gives us a clean place to add a managed blob source later. Still separate from this PR: restoring built-in event types across the Python/Java boundary (#1125), plus the provider work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
