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
Members list
In this article