SpanKind

org.llm4s.trace.model.SpanKind
See theSpanKind companion trait
object SpanKind

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SpanKind.type

Members list

Type members

Classlikes

case object AgentCall extends SpanKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait SpanKind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
AgentCall.type
case object Cache extends SpanKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait SpanKind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Cache.type
case object Embedding extends SpanKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait SpanKind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Embedding.type
case object Internal extends SpanKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait SpanKind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Internal.type
case object LlmCall extends SpanKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait SpanKind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
LlmCall.type
case object NodeExecution extends SpanKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait SpanKind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Rag extends SpanKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait SpanKind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Rag.type
case object ToolCall extends SpanKind

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait SpanKind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ToolCall.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

val all: List[SpanKind]