Channel

works.iterative.claude.core.model.Channel
enum Channel

How a UserInput reached the session. Open vocabulary: Custom carries any channel name we have not given a dedicated case, so the enum is never closed against a new delivery path.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class Custom(name: String)

Any other channel, named verbatim.

Any other channel, named verbatim.

Attributes

case Interactive extends Channel

A person typing into an interactive session.

A person typing into an interactive session.

Attributes

case Reactive extends Channel

A system-generated prompt reacting to an event.

A system-generated prompt reacting to an event.

Attributes