io.cequence.openaiscala.domain.StepDetail.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openai-scala-core_3 Show documentation
Show all versions of openai-scala-core_3 Show documentation
Core module of OpenAI Scala client
The newest version!
package io.cequence.openaiscala.domain
sealed trait StepDetail
object StepDetail {
case class MessageCreation(messageId: String) extends StepDetail
case class ToolCalls(messages: BaseMessage) extends StepDetail
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy