RenderableMessage constructor
const
RenderableMessage({})
Implementation
const RenderableMessage({
required this.type,
this.message,
this.toolUseResult,
this.attachment,
this.relevantMemories,
});
const RenderableMessage({
required this.type,
this.message,
this.toolUseResult,
this.attachment,
this.relevantMemories,
});