import type { ChatMessage } from './chat-message.js'; /** * Representation of the 'TemplatingChatMessage' schema. * Min Items: 1. */ export type TemplatingChatMessage = ChatMessage[]; //# sourceMappingURL=templating-chat-message.d.ts.map