Skip to content

chore(types): Update API Types#466

Open
galileo-automation wants to merge 1 commit intomainfrom
chore/galileo-automation/update-api-types-2026-01-20
Open

chore(types): Update API Types#466
galileo-automation wants to merge 1 commit intomainfrom
chore/galileo-automation/update-api-types-2026-01-20

Conversation

@galileo-automation
Copy link
Contributor

@galileo-automation galileo-automation commented Jan 20, 2026

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:
This pull request introduces a suite of new API endpoints and extensive schema updates to the Galileo observability platform. Key additions include advanced search and partial query capabilities for log streams, traces, spans, and sessions, alongside dedicated endpoints for managing metric settings on runs. A new, robust workflow for validating custom code-based scorers has been implemented, supporting both simple tests and validation against actual log records. Furthermore, the data models have been significantly enhanced to capture richer LLM interaction events (such as reasoning, internal tool calls, and image generation), provide more flexible column information, and refine filtering and aggregation strategies, thereby improving the platform's analytical depth and user experience.

TopicDetails
API Endpoint Extensions for Data Querying and Metric Management Introduces new API endpoints for searching and partially querying log streams, traces, spans, and sessions, enabling more efficient and granular data retrieval. Also adds endpoints for managing metric settings on both log streams and experiments, allowing for dynamic configuration of evaluation metrics.
Modified files (3)
  • src/types/api.types.ts
  • src/types/new-api.types.ts
  • src/types/openapi.types.ts
Latest Contributors(0)
UserCommitDate
Code Scorer Validation Workflow Implements a new, comprehensive workflow for validating custom code-based scorers. This includes endpoints for initiating validation with test inputs or actual log records, and for polling the status and results of these asynchronous validation tasks. New schemas support the definition of validation requests, task results, and detailed outcomes (valid/invalid).
Modified files (3)
  • src/types/api.types.ts
  • src/types/new-api.types.ts
  • src/types/openapi.types.ts
Latest Contributors(0)
UserCommitDate
Data Model and Schema Enhancements Enhances the core data models to support richer tracing of LLM interactions by introducing new event types (e.g., ReasoningEvent, InternalToolCall, ImageGenerationEvent, MCPCallEvent) within LLM spans. It also refines filter expression structures for improved type safety and flexibility, updates column information (LogRecordsColumnInfo) with more metadata and filtering capabilities, and adds new metric aggregation strategies (RollUpStrategy, NumericRollUpMethod, ChainAggregationStrategy). Minor adjustments to integration authentication and session logging parameters are also included.
Modified files (6)
  • src/types/api.types.ts
  • src/types/logging/logger.types.ts
  • src/types/logging/span.types.ts
  • src/types/logging/step.types.ts
  • src/types/new-api.types.ts
  • src/types/openapi.types.ts
Latest Contributors(0)
UserCommitDate
This pull request is reviewed by Baz. Review like a pro on (Baz).

@galileo-automation galileo-automation added the dependencies Pull requests that update a dependency file label Jan 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant