parent
9661e1a9d1
commit
ba76125985
@ -2,7 +2,7 @@ import { createSubsystemLogger } from "../logging/subsystem.js";
|
|||||||
import { isTruthyEnvValue } from "../infra/env.js";
|
import { isTruthyEnvValue } from "../infra/env.js";
|
||||||
import type { GeminiEmbeddingClient } from "./embeddings-gemini.js";
|
import type { GeminiEmbeddingClient } from "./embeddings-gemini.js";
|
||||||
import { hashText } from "./internal.js";
|
import { hashText } from "./internal.js";
|
||||||
//test1
|
|
||||||
export type GeminiBatchRequest = {
|
export type GeminiBatchRequest = {
|
||||||
custom_id: string;
|
custom_id: string;
|
||||||
content: { parts: Array<{ text: string }> };
|
content: { parts: Array<{ text: string }> };
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user