3 lines
274 B
TypeScript
3 lines
274 B
TypeScript
import { ChatModelSegmentType, ChatWrapperSettings, ChatWrapperSettingsSegment } from "../types.js";
|
|
export declare function getChatWrapperSegmentDefinition(chatWrapperSetting: ChatWrapperSettings, segmentType: ChatModelSegmentType): ChatWrapperSettingsSegment | undefined;
|