AssistantMessage

works.iterative.claude.core.model.AssistantMessage
case class AssistantMessage(content: List[ContentBlock], id: Option[MessageId] = ..., parentToolUseId: Option[String] = ..., model: Option[String] = ...) extends Message

An assistant reply on the live stream. id is the vendor uuid when the wire message carries one (synthetic messages may not); parentToolUseId joins subagent output to its sidechain transcript; model is the model that produced the reply.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product