interface AiPromptResourceWithCustom {
    customInstruction?: string;
    overridePromptValues?: OverridePromptValues;
    projectId: number;
    sourceLanguageId?: string;
    stringIds?: number[];
    targetLanguageId?: string;
}

Properties

customInstruction?: string
overridePromptValues?: OverridePromptValues
projectId: number
sourceLanguageId?: string
stringIds?: number[]
targetLanguageId?: string