style: format gateway discovery

This commit is contained in:
Peter Steinberger
2026-01-09 13:49:57 +01:00
parent b0672da396
commit b21e62f072
2 changed files with 3 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
import { normalizeReplyPayload } from "./normalize-reply.js";
import type { GetReplyOptions, ReplyPayload } from "../types.js";
import { normalizeReplyPayload } from "./normalize-reply.js";
import type { TypingController } from "./typing.js";
export type ReplyDispatchKind = "tool" | "block" | "final";