ReceiveMessage.toolResponse constructor
const
ReceiveMessage.toolResponse({})
Implementation
const factory ReceiveMessage.toolResponse({
required String content,
required String toolCallId,
String? customSessionId,
String? toolName,
String? toolType,
}) = ToolResponseMessage;