Spaces:
Sleeping
Sleeping
File size: 305 Bytes
6baa3af | 1 2 3 4 | import type { ChatCompletionInputMessage } from "../tasks/index.js";
import type { ModelDataMinimal } from "./types.js";
export declare function getModelInputSnippet(model: ModelDataMinimal, noWrap?: boolean, noQuotes?: boolean): string | ChatCompletionInputMessage[];
//# sourceMappingURL=inputs.d.ts.map |