Revert "Update batch-gemini"

This reverts commit 9661e1a9d1.
This commit is contained in:
TideFinder 2026-01-29 12:28:22 +09:00
parent 9661e1a9d1
commit ba76125985

View File

@ -2,7 +2,7 @@ import { createSubsystemLogger } from "../logging/subsystem.js";
import { isTruthyEnvValue } from "../infra/env.js";
import type { GeminiEmbeddingClient } from "./embeddings-gemini.js";
import { hashText } from "./internal.js";
//test1
export type GeminiBatchRequest = {
custom_id: string;
content: { parts: Array<{ text: string }> };