Open
Conversation
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
Fix any breaking changes if this pull request fails to deploy
Generated description
Below is a concise technical summary of the changes proposed in this PR:
Broaden the shared API surface so log/trace search and detail responses now carry richer annotations, file metadata, user events, partial-query pagination, and the extended record payloads needed by the new log stream/session UI. At the same time, refresh scorer/integration/metric payloads (e.g., multimodal configs, annotation aggregates, roll-up controls, custom integration auth, and the code-scorer validation workflow) so downstream flows can align on the new configs, metrics settings, and validation artifacts.
LogRecordsPartialQueryRequest/Response, thePartialExtended*record variants, detailedFileMetadata/FileContentPart, annotation aggregates, feedback events, and theLogStream/Sessionfilter/sort helpers that keep bothnew-api.types.tsandopenapi.types.tsin sync with the new fields.Modified files (2)
Latest Contributors(1)
MetricSettingsRequest/Response,BaseMetricRollUpConfigDB, annotation queue utilities, the enhancedCustomIntegration/CustomLLMConfig, new endpoints for validating code scorers and retrieving task results, and supporting enums (e.g.,AnnotationType,RollUpStrategy,MetricRollUp). These changes touch both API type files so the OpenAPI surface mirrors the shared type definitions.Modified files (2)
Latest Contributors(1)
Modified files (1)
Latest Contributors(2)