ToolMessage constructor
const
ToolMessage({})
Implementation
const ToolMessage({
required this.type,
this.toolResults,
this.toolUseResult,
this.sourceToolAssistantUUID,
this.attachment,
this.progressData,
});