xebia-functional / xef

Building applications with LLMs through composability, in Kotlin, Scala, ...

Home Page:https://xef.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction docs require update

ff137 opened this issue · comments

The quick introduction docs found here require an update to align with the new release (0.0.3). This applies to the Scala/Kotlin docs -- I'm not sure if Java docs require changes or not.

At a glance, the first things I can tell is:

  • import com.xebia.functional.xef.scala.auto.* needs to be updated to import com.xebia.functional.xef.scala.conversation.*
  • promptMessage now takes a Prompt object, instead of a String

It might be as simple as that, or there might be some more changes that will be good to expand upon.

We intend to make extensive use of this library, so it'll be very beneficial to see how these docs are updated -- if there are any additional concepts or changes required to these docs, or if it's indeed as simple as just the import + prompt changes.