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

cc.unitmesh.core.intelli.SimilarChunkContext.kt Maven / Gradle / Ivy

package cc.unitmesh.core.intelli

import cc.unitmesh.core.base.LLMCodeContext

class SimilarChunkContext(val language: String, val paths: List, val chunks: List) : LLMCodeContext {
    override fun format(): String {
        TODO("Not yet implemented")
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy