All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cc.unitmesh.prompt.template.PromptCompiler.kt Maven / Gradle / Ivy

package cc.unitmesh.prompt.template

interface PromptCompiler {
    fun compile(templatePath: String, dataPath: String): String
    fun compile(templatePath: String, dataPath: Map): String
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy