mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-11 17:52:31 +03:00
Merge remote-tracking branch 'origin/feat/9268-gemini-schema-recursive-type-empty-choices' into merge-train/20260809-wave3-9493-9424
This commit is contained in:
@@ -20,8 +20,15 @@
|
||||
import { buildErrorBody } from "./error.ts";
|
||||
import { buildStreamSummaryFromEvents } from "./streamPayloadCollector.ts";
|
||||
|
||||
type StructuredSSEEventLike = {
|
||||
index: number;
|
||||
timestamp?: string;
|
||||
event?: string;
|
||||
data: unknown;
|
||||
};
|
||||
|
||||
type StructuredSSECollectorLike = {
|
||||
getEvents: () => unknown[];
|
||||
getEvents: () => StructuredSSEEventLike[];
|
||||
build: (summary?: unknown, opts?: { includeEvents?: boolean }) => unknown;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user