SSL model-input.ts
Interaktion und Portierbarkeitunbekannt
import { normalizeOptionalString, resolvePrimaryStringValue } from "../shared/string-coerce.js"; import type { AgentModelConfig } from "./types.agents-shared.js";
type AgentModelListLike = {
primary?: string;
fallbacks?: string[];
};