commonMain.com.xebia.functional.xef.Classification.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xef-core-jvm Show documentation
Show all versions of xef-core-jvm Show documentation
Building applications with LLMs through composability in Kotlin
The newest version!
package com.xebia.functional.xef
data class Classification(
val name: String,
val description: String,
)