feat: Creating custom input and output types for multimodal ingestion#500
Open
feat: Creating custom input and output types for multimodal ingestion#500
Conversation
898ea7b to
8765922
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #500 +/- ##
==========================================
+ Coverage 82.13% 83.00% +0.86%
==========================================
Files 96 109 +13
Lines 9282 10514 +1232
==========================================
+ Hits 7624 8727 +1103
- Misses 1658 1787 +129
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8765922 to
11330cb
Compare
11330cb to
7ca3129
Compare
7ca3129 to
a7bb086
Compare
pratduv
commented
Mar 13, 2026
a7bb086 to
1a29b4f
Compare
pratduv
commented
Mar 13, 2026
1a29b4f to
2405b0e
Compare
2405b0e to
de35999
Compare
de35999 to
85fd9f5
Compare
ce28531 to
1875ca6
Compare
1875ca6 to
c9eb90e
Compare
c9eb90e to
f2c95c6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Shortcut:
Description:
Tests:
Generated description
Below is a concise technical summary of the changes proposed in this PR:
Enable multimodal ingestion by widening SDK-local trace/span models (e.g.,
LoggedTrace,LoggedLlmSpan,LoggedAgentSpan) to acceptLoggedMessages containingIngestContentBlocks and document the richer ingest payload types. Update the tracing builders/loggers (TraceBuilder,GalileoLogger) so they emit the new logged models, keep metrics, and ensure ingestion helpers/tests target the logged payloads for Consistency withIngestContentBlocks.LoggedTrace/span models,LoggedMessage, and the ingest payloads to accept the newIngestContentBlock/IngestMessageContenttypes so multimodal content can be submitted without coercion.Modified files (6)
Latest Contributors(1)
TraceBuilder/GalileoLogger(and related batch tests) to build, stream, and ingest the widenedLoggedTrace/span hierarchy, preserving metrics and parent relationships.Modified files (3)
Latest Contributors(2)