
cc.unitmesh.core.prompts.CodeCompletionBuilder.kt Maven / Gradle / Ivy
package cc.unitmesh.core.prompts
import cc.unitmesh.core.ContextBuilder
class CodeCompletionBuilder: ContextBuilder {
override fun build(): String {
TODO("Not yet implemented")
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy