commonMain.com.xebia.functional.xef.PromptClassifier.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xef-core Show documentation
Show all versions of xef-core Show documentation
Building applications with LLMs through composability in Kotlin
package com.xebia.functional.xef
interface PromptClassifier {
fun template(input: String, output: String, context: String): String
}